Skip to content

Commit

Permalink
chore: version bump to 2.27.0-rc (#14408)
Browse files Browse the repository at this point in the history
  • Loading branch information
coryan authored Jul 1, 2024
1 parent 81505b7 commit ad67b6b
Show file tree
Hide file tree
Showing 215 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,9 @@ set(PACKAGE_BUGREPORT "https://github.com/googleapis/google-cloud-cpp/issues")

project(
google-cloud-cpp
VERSION 2.26.0
VERSION 2.27.0
LANGUAGES CXX)
set(PROJECT_VERSION_PRE_RELEASE "")
set(PROJECT_VERSION_PRE_RELEASE "rc")

if (NOT "${PROJECT_VERSION_PRE_RELEASE}" STREQUAL "")
set(PROJECT_VERSION "${PROJECT_VERSION}-${PROJECT_VERSION_PRE_RELEASE}")
Expand Down
Loading

0 comments on commit ad67b6b

Please sign in to comment.