Skip to content

Commit 67e4d32

Browse files
committed
evmone 0.4.1-dev
Bump version: 0.4.0 -> 0.4.1-dev
1 parent 9339cab commit 67e4d32

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.bumpversion.cfg

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[bumpversion]
2-
current_version = 0.4.0
2+
current_version = 0.4.1-dev
33
tag = True
44
sign_tags = True
55
tag_message = evmone {new_version}

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Release Debug)
2626
include(Hunter/init)
2727

2828
project(evmone LANGUAGES CXX)
29-
set(PROJECT_VERSION 0.4.0)
29+
set(PROJECT_VERSION 0.4.1-dev)
3030

3131
string(REGEX MATCH "([0-9]+)\\.([0-9]+)" _ ${PROJECT_VERSION})
3232
set(PROJECT_VERSION_MAJOR ${CMAKE_MATCH_1})

0 commit comments

Comments
 (0)