Skip to content

Commit

Permalink
Version is 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
josephbirkner committed Feb 4, 2022
1 parent 9aee138 commit c8fc9cb
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ include(FetchContent)

set(CMAKE_CXX_STANDARD 17)
set(CMAKE_CXX_STANDARD_REQUIRED ON)
set(ZSWAG_VERSION 1.2.0rc2)
set(ZSWAG_VERSION 1.2.0)

if (NOT MSVC)
set(CMAKE_POSITION_INDEPENDENT_CODE ON)
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,5 @@ connexion
requests
zserio>=2.4.2
pyyaml
pyzswagcl>=1.2.0rc2
pyzswagcl>=1.2.0
openapi-spec-validator

0 comments on commit c8fc9cb

Please sign in to comment.