Skip to content

Commit 20da262

Browse files
committed
build: bump to v0.1.1
Signed-off-by: Eduardo Silva <eduardo@calyptia.com>
1 parent fe944d3 commit 20da262

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
66
# CMetrics Version
77
set(CPROF_VERSION_MAJOR 0)
88
set(CPROF_VERSION_MINOR 1)
9-
set(CPROF_VERSION_PATCH 0)
9+
set(CPROF_VERSION_PATCH 1)
1010
set(CPROF_VERSION_STR "${CPROF_VERSION_MAJOR}.${CPROF_VERSION_MINOR}.${CPROF_VERSION_PATCH}")
1111

1212
# Include helpers

0 commit comments

Comments
 (0)