Skip to content

Commit

Permalink
Bump version: 1.2.1 → 1.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
lamyj committed Jun 10, 2021
1 parent 9dd0726 commit 416fba6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .bumpversion.cfg
Original file line number Diff line number Diff line change
@@ -1,7 +1,6 @@
[bumpversion]
current_version = 1.2.1
current_version = 1.3.0
commit = True
tag = True

[bumpversion:file:CMakeLists.txt]

2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ else()
cmake_policy(SET CMP0074 NEW)
endif()

project("sycomore" VERSION 1.2.1)
project("sycomore" VERSION 1.3.0)

option(BUILD_SHARED_LIBS "Build Sycomore with shared libraries." ON)
option(BUILD_TESTING "Build unit tests." ON)
Expand Down

0 comments on commit 416fba6

Please sign in to comment.