Skip to content

Commit c687c22

Browse files
committed
bump to 1.4.0
1 parent d2eb0be commit c687c22

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.2
2+
current_version = 1.4.0
33
commit = True
44
tag = True
55

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ if (CONFIG_USE_HUNTER)
2020
)
2121
endif (CONFIG_USE_HUNTER)
2222

23-
project(scope LANGUAGES C CXX CUDA VERSION 1.3.2)
23+
project(scope LANGUAGES C CXX CUDA VERSION 1.4.0)
2424

2525
set(CMAKE_MODULE_PATH ${PROJECT_SOURCE_DIR}/cmake/modules ${CMAKE_MODULE_PATH})
2626

0 commit comments

Comments
 (0)