Skip to content

Commit 076f12c

Browse files
authored
version 0.1.1 bump
1 parent 52386ff commit 076f12c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ include(cmake/prelude.cmake)
44

55
project(
66
argz
7-
VERSION 0.1.0
7+
VERSION 0.1.1
88
LANGUAGES CXX
99
)
1010

@@ -39,4 +39,4 @@ endif()
3939

4040
if (PROJECT_IS_TOP_LEVEL)
4141
include(cmake/dev-mode.cmake)
42-
endif()
42+
endif()

0 commit comments

Comments
 (0)