Skip to content

Commit 22a2f97

Browse files
committed
build: bump to v0.9.2
Signed-off-by: Eduardo Silva <[email protected]>
1 parent 4bfe982 commit 22a2f97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
66
# CMetrics Version
77
set(CMT_VERSION_MAJOR 0)
88
set(CMT_VERSION_MINOR 9)
9-
set(CMT_VERSION_PATCH 1)
9+
set(CMT_VERSION_PATCH 2)
1010
set(CMT_VERSION_STR "${CMT_VERSION_MAJOR}.${CMT_VERSION_MINOR}.${CMT_VERSION_PATCH}")
1111

1212
# Include helpers

0 commit comments

Comments
 (0)