Skip to content
This repository was archived by the owner on Aug 12, 2020. It is now read-only.

Commit 60c5ffe

Browse files
committed
version bump to 0.6
1 parent 73df240 commit 60c5ffe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ project(${PROJECT_NAME_STR} C CXX)
77
#-------------------
88

99
set (libcql_VERSION_MAJOR 0)
10-
set (libcql_VERSION_MINOR 5)
10+
set (libcql_VERSION_MINOR 6)
1111
set (libcql_VERSION_STRING ${libcql_VERSION_MAJOR}.${libcql_VERSION_MINOR})
1212

1313
#-------------------

0 commit comments

Comments
 (0)