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

Commit 620bb7c

Browse files
authored
chore: version bump after v0.5 (Beta) release (#1180)
1 parent 59c56a9 commit 620bb7c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ include(EnableCxxExceptions)
3636

3737
# This should be included from the top level CMakeLists file
3838
set(SPANNER_CLIENT_VERSION_MAJOR 0)
39-
set(SPANNER_CLIENT_VERSION_MINOR 5)
39+
set(SPANNER_CLIENT_VERSION_MINOR 6)
4040
set(SPANNER_CLIENT_VERSION_PATCH 0)
4141
string(CONCAT SPANNER_CLIENT_VERSION "${SPANNER_CLIENT_VERSION_MAJOR}" "."
4242
"${SPANNER_CLIENT_VERSION_MINOR}" "."

google/cloud/spanner/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_SPANNER_GOOGLE_CLOUD_SPANNER_VERSION_INFO_H_
1717

1818
#define SPANNER_CLIENT_VERSION_MAJOR 0
19-
#define SPANNER_CLIENT_VERSION_MINOR 5
19+
#define SPANNER_CLIENT_VERSION_MINOR 6
2020
#define SPANNER_CLIENT_VERSION_PATCH 0
2121

2222
#endif // GOOGLE_CLOUD_CPP_SPANNER_GOOGLE_CLOUD_SPANNER_VERSION_INFO_H_

0 commit comments

Comments
 (0)