diff options
author | Carlos O'Ryan <coryan@users.noreply.github.com> | 2020-01-16T18·00-0500 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-01-16T18·00-0500 |
commit | 7bf4c67daa42f8cd0afcdc027cb6bcc1697943c6 (patch) | |
tree | 5b42cf109dc47486f8c5a3387ca86d42676b0490 | |
parent | 52758bec0324a6b120f0bb938f527b1759a0da3d (diff) |
chore: bump version numbers (#32)
I need to create a v0.4.x release and the version numbers are at v0.3.0
-rw-r--r-- | CMakeLists.txt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 187a12bf9c75..bed4225083bd 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -21,8 +21,8 @@ set(PACKAGE_BUGREPORT "https://github.com/googleapis/google-cloud-cpp/issues") project(googleapis-cpp-protos CXX C) set(GOOGLEAPIS_CPP_PROTOS_VERSION_MAJOR 0) -set(GOOGLEAPIS_CPP_PROTOS_VERSION_MINOR 3) -set(GOOGLEAPIS_CPP_PROTOS_VERSION_PATCH 0) +set(GOOGLEAPIS_CPP_PROTOS_VERSION_MINOR 4) +set(GOOGLEAPIS_CPP_PROTOS_VERSION_PATCH 1) string(CONCAT GOOGLE_APIS_CPP_PROTOS_VERSION "${GOOGLEAPIS_CPP_PROTOS_VERSION_MAJOR}" |