Skip to content

Commit a8e35c9

Browse files
committed
build: bump to v0.7.0
Signed-off-by: Eduardo Silva <[email protected]>
1 parent fb06dc1 commit a8e35c9

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
@@ -5,8 +5,8 @@ set(CMAKE_EXPORT_COMPILE_COMMANDS ON)
55

66
# CMetrics Version
77
set(CMT_VERSION_MAJOR 0)
8-
set(CMT_VERSION_MINOR 6)
9-
set(CMT_VERSION_PATCH 6)
8+
set(CMT_VERSION_MINOR 7)
9+
set(CMT_VERSION_PATCH 0)
1010
set(CMT_VERSION_STR "${CMT_VERSION_MAJOR}.${CMT_VERSION_MINOR}.${CMT_VERSION_PATCH}")
1111

1212
# Include helpers

0 commit comments

Comments
 (0)