Skip to content
This repository was archived by the owner on Dec 22, 2021. It is now read-only.

Commit 7bf4c67

Browse files
authored
chore: bump version numbers (#32)
I need to create a v0.4.x release and the version numbers are at v0.3.0
1 parent 52758be commit 7bf4c67

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,8 @@ set(PACKAGE_BUGREPORT "https://github.com/googleapis/google-cloud-cpp/issues")
2121
project(googleapis-cpp-protos CXX C)
2222

2323
set(GOOGLEAPIS_CPP_PROTOS_VERSION_MAJOR 0)
24-
set(GOOGLEAPIS_CPP_PROTOS_VERSION_MINOR 3)
25-
set(GOOGLEAPIS_CPP_PROTOS_VERSION_PATCH 0)
24+
set(GOOGLEAPIS_CPP_PROTOS_VERSION_MINOR 4)
25+
set(GOOGLEAPIS_CPP_PROTOS_VERSION_PATCH 1)
2626

2727
string(CONCAT GOOGLE_APIS_CPP_PROTOS_VERSION
2828
"${GOOGLEAPIS_CPP_PROTOS_VERSION_MAJOR}"

0 commit comments

Comments
 (0)