Skip to content

Commit 3b7defd

Browse files
authored
Update meta for 1.0.7 (#751)
1 parent 49aa651 commit 3b7defd

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ endif()
2121

2222
project(
2323
couchbase_cxx_client
24-
VERSION "1.0.6"
24+
VERSION "1.0.7"
2525
LANGUAGES CXX C)
2626
message(STATUS "Couchbase C++ client ${couchbase_cxx_client_VERSION} build ${couchbase_cxx_client_BUILD_NUMBER}, master: ${COUCHBASE_CXX_CLIENT_MASTER_PROJECT}")
2727
message(STATUS "System: ${CMAKE_SYSTEM_NAME}, ${CMAKE_SYSTEM_VERSION}, ${CMAKE_SYSTEM_PROCESSOR}")

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,9 +21,9 @@ CPMAddPackage(
2121
NAME
2222
couchbase_cxx_client
2323
GIT_TAG
24-
1.0.6
24+
1.0.7
2525
VERSION
26-
1.0.6
26+
1.0.7
2727
GITHUB_REPOSITORY
2828
"couchbase/couchbase-cxx-client"
2929
OPTIONS

0 commit comments

Comments
 (0)