Skip to content

Commit effbd6e

Browse files
authored
Update meta for 1.1.0 (#769)
1 parent e458710 commit effbd6e

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.5"
24+
VERSION "1.1.0"
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.5
24+
1.1.0
2525
VERSION
26-
1.0.5
26+
1.1.0
2727
GITHUB_REPOSITORY
2828
"couchbase/couchbase-cxx-client"
2929
OPTIONS

0 commit comments

Comments
 (0)