Skip to content

Commit

Permalink
Fizzy 0.2.0-dev
Browse files Browse the repository at this point in the history
Bump version: 0.1.0 -> 0.2.0-dev
  • Loading branch information
axic committed May 14, 2020
1 parent 5000e53 commit 565bfbf
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[bumpversion]
current_version = 0.1.0
current_version = 0.2.0-dev
tag = True
sign_tags = True
tag_message = Fizzy {new_version}
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ endif()
cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Debug;Release;Coverage)

project(fizzy LANGUAGES CXX C)
set(PROJECT_VERSION 0.1.0)
set(PROJECT_VERSION 0.2.0-dev)

include(TestBigEndian)
test_big_endian(is_big_endian)
Expand Down

0 comments on commit 565bfbf

Please sign in to comment.