Skip to content

Commit 9b55d9d

Browse files
committed
intx 0.4.0-dev
Bump version: 0.3.0 → 0.4.0-dev
1 parent b914a8a commit 9b55d9d

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.3.0
2+
current_version = 0.4.0-dev
33
tag = True
44
sign_tags = True
55
tag_message = intx {new_version}

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ cable_set_build_type(DEFAULT Release CONFIGURATION_TYPES Release;Debug)
2222
include(Hunter/init)
2323

2424
project(intx LANGUAGES CXX)
25-
set(PROJECT_VERSION 0.3.0)
25+
set(PROJECT_VERSION 0.4.0-dev)
2626

2727
cable_configure_compiler(NO_CONVERSION_WARNINGS NO_STACK_PROTECTION)
2828

0 commit comments

Comments
 (0)