Skip to content

Commit

Permalink
Update metadata for 1.0.1 (#647)
Browse files Browse the repository at this point in the history
  • Loading branch information
avsej authored Aug 22, 2024
1 parent 8be8b51 commit 58d46d7
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ endif()

project(
couchbase_cxx_client
VERSION "1.0.0"
VERSION "1.0.1"
LANGUAGES CXX C)
message(STATUS "Couchbase C++ client ${couchbase_cxx_client_VERSION} build ${couchbase_cxx_client_BUILD_NUMBER}, master: ${COUCHBASE_CXX_CLIENT_MASTER_PROJECT}")
message(STATUS "System: ${CMAKE_SYSTEM_NAME}, ${CMAKE_SYSTEM_VERSION}, ${CMAKE_SYSTEM_PROCESSOR}")
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ CPMAddPackage(
NAME
couchbase_cxx_client
GIT_TAG
1.0.0
1.0.1
VERSION
1.0.0
1.0.1
GITHUB_REPOSITORY
"couchbase/couchbase-cxx-client"
OPTIONS
Expand Down

0 comments on commit 58d46d7

Please sign in to comment.