Skip to content

Commit

Permalink
Version bump for new release v0.5.2
Browse files Browse the repository at this point in the history
Rolling out some misc improvements and fixes before commencing work on v0.6
  • Loading branch information
saxbophone authored Feb 19, 2023
1 parent 55a4b41 commit f5a5a08
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 @@ -9,7 +9,7 @@ else()
set(ARBY_SUBPROJECT ON)
endif()

project(arby VERSION 0.5.0 LANGUAGES CXX)
project(arby VERSION 0.5.1 LANGUAGES CXX)

find_program(CCACHE_PROGRAM ccache)
if(CCACHE_PROGRAM)
Expand Down

1 comment on commit f5a5a08

@saxbophone
Copy link
Owner Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

*v0.5.1

Please sign in to comment.