Skip to content

Commit

Permalink
bump to 1.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
cwpearson committed Jun 5, 2020
1 parent d2eb0be commit c687c22
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 = 1.3.2
current_version = 1.4.0
commit = True
tag = True

Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ if (CONFIG_USE_HUNTER)
)
endif (CONFIG_USE_HUNTER)

project(scope LANGUAGES C CXX CUDA VERSION 1.3.2)
project(scope LANGUAGES C CXX CUDA VERSION 1.4.0)

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

Expand Down

0 comments on commit c687c22

Please sign in to comment.