Skip to content

Commit 5002a46

Browse files
committed
Bump version: 1.3.1 → 1.3.2
1 parent 4faca41 commit 5002a46

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 1.3.1
2+
current_version = 1.3.2
33
commit = True
44
tag = True
55

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ else()
55
cmake_policy(SET CMP0074 NEW)
66
endif()
77

8-
project("sycomore" VERSION 1.3.1)
8+
project("sycomore" VERSION 1.3.2)
99

1010
option(BUILD_SHARED_LIBS "Build Sycomore with shared libraries." ON)
1111
option(BUILD_TESTING "Build unit tests." ON)

0 commit comments

Comments
 (0)