Skip to content

Commit

Permalink
Update metadata for 1.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
avsej committed Sep 19, 2024
1 parent 3156193 commit 51f4775
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.1"
VERSION "1.0.2"
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.1
1.0.2
VERSION
1.0.1
1.0.2
GITHUB_REPOSITORY
"couchbase/couchbase-cxx-client"
OPTIONS
Expand Down

0 comments on commit 51f4775

Please sign in to comment.