Skip to content

Commit

Permalink
Setting version back to pre-release
Browse files Browse the repository at this point in the history
  • Loading branch information
clemahieu committed May 15, 2023
1 parent 65960d8 commit 7025b3b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ set(CPACK_PACKAGE_VERSION_PATCH "3")
if(CI_BUILD AND CI_VERSION_PRE_RELEASE)
set(CPACK_PACKAGE_VERSION_PRE_RELEASE "${CI_VERSION_PRE_RELEASE}")
else()
set(CPACK_PACKAGE_VERSION_PRE_RELEASE "0")
set(CPACK_PACKAGE_VERSION_PRE_RELEASE "99")
endif()
set(CPACK_PACKAGE_VENDOR "Nano Currency")

Expand Down

0 comments on commit 7025b3b

Please sign in to comment.