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

Commit f2b41e0

Browse files
authored
chore: bump version numbers after v0.20 release (#183)
1 parent 784f377 commit f2b41e0

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

ci/templates/kokoro/docker-fragments.sh

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -112,9 +112,9 @@ _EOF_
112112

113113
read_into_variable INSTALL_GOOGLE_CLOUD_CPP_COMMON_FROM_SOURCE <<'_EOF_'
114114
WORKDIR /var/tmp/build
115-
RUN wget -q https://github.com/googleapis/google-cloud-cpp-common/archive/v0.19.0.tar.gz && \
116-
tar -xf v0.19.0.tar.gz && \
117-
cd google-cloud-cpp-common-0.19.0 && \
115+
RUN wget -q https://github.com/googleapis/google-cloud-cpp-common/archive/v0.20.0.tar.gz && \
116+
tar -xf v0.20.0.tar.gz && \
117+
cd google-cloud-cpp-common-0.20.0 && \
118118
cmake -H. -Bcmake-out \
119119
-DBUILD_TESTING=OFF \
120120
-DGOOGLE_CLOUD_CPP_TESTING_UTIL_ENABLE_INSTALL=ON && \

google/cloud/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616

1717
# This should be included from the top level CMakeLists file
1818
set(GOOGLE_CLOUD_CPP_VERSION_MAJOR 0)
19-
set(GOOGLE_CLOUD_CPP_VERSION_MINOR 20)
19+
set(GOOGLE_CLOUD_CPP_VERSION_MINOR 21)
2020
set(GOOGLE_CLOUD_CPP_VERSION_PATCH 0)
2121

2222
string(CONCAT GOOGLE_CLOUD_CPP_VERSION "${GOOGLE_CLOUD_CPP_VERSION_MAJOR}" "."

google/cloud/internal/version_info.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@
1616
#define GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_INTERNAL_VERSION_INFO_H
1717

1818
#define GOOGLE_CLOUD_CPP_VERSION_MAJOR 0
19-
#define GOOGLE_CLOUD_CPP_VERSION_MINOR 20
19+
#define GOOGLE_CLOUD_CPP_VERSION_MINOR 21
2020
#define GOOGLE_CLOUD_CPP_VERSION_PATCH 0
2121

2222
#endif // GOOGLE_CLOUD_CPP_GOOGLE_CLOUD_INTERNAL_VERSION_INFO_H

0 commit comments

Comments
 (0)