From c8ddf1f2f66659793542e36351d010da5763ee68 Mon Sep 17 00:00:00 2001 From: Alexander Polcyn Date: Fri, 17 Jan 2020 15:34:52 -0800 Subject: [PATCH] Bump version to 1.28 --- BUILD | 4 ++-- build.yaml | 4 ++-- doc/g_stands_for.md | 3 ++- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/BUILD b/BUILD index 6f314e7a9be..8fa22782ab6 100644 --- a/BUILD +++ b/BUILD @@ -77,11 +77,11 @@ config_setting( python_config_settings() # This should be updated along with build.yaml -g_stands_for = "guantao" +g_stands_for = "galactic" core_version = "9.0.0" -version = "1.27.0-dev" +version = "1.28.0-dev" GPR_PUBLIC_HDRS = [ "include/grpc/support/alloc.h", diff --git a/build.yaml b/build.yaml index 2aaf33fd4ed..de7f604b110 100644 --- a/build.yaml +++ b/build.yaml @@ -14,8 +14,8 @@ settings: '#10': See the expand_version.py for all the quirks here core_version: 9.0.0 csharp_major_version: 2 - g_stands_for: guantao - version: 1.27.0-dev + g_stands_for: galactic + version: 1.28.0-dev filegroups: - name: alts_tsi headers: diff --git a/doc/g_stands_for.md b/doc/g_stands_for.md index 3ea0c7b43fe..07773986674 100644 --- a/doc/g_stands_for.md +++ b/doc/g_stands_for.md @@ -26,4 +26,5 @@ - 1.24 'g' stands for ['ganges'](https://github.com/grpc/grpc/tree/v1.24.x) - 1.25 'g' stands for ['game'](https://github.com/grpc/grpc/tree/v1.25.x) - 1.26 'g' stands for ['gon'](https://github.com/grpc/grpc/tree/v1.26.x) -- 1.27 'g' stands for ['guantao'](https://github.com/grpc/grpc/tree/master) +- 1.27 'g' stands for ['guantao'](https://github.com/grpc/grpc/tree/v1.27.x) +- 1.28 'g' stands for ['galactic'](https://github.com/grpc/grpc/tree/master)