Skip to content

Commit

Permalink
Prepare for next Release
Browse files Browse the repository at this point in the history
Bump the version number.
Cmake doesn't seem to support postfixes such as alpha or beta otherwise I would add one.
  • Loading branch information
jschwe authored Oct 27, 2022
1 parent 2091468 commit 23603e8
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
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.15)
project(Corrosion VERSION 0.2.0 LANGUAGES NONE)
project(Corrosion VERSION 0.3.0 LANGUAGES NONE)

# Default behavior:
# - If the project is being used as a subdirectory, then don't build tests and
Expand Down

0 comments on commit 23603e8

Please sign in to comment.