diff --git a/BUILD b/BUILD index c450796c5e1..2daac9131ea 100644 --- a/BUILD +++ b/BUILD @@ -85,11 +85,11 @@ config_setting( python_config_settings() # This should be updated along with build_handwritten.yaml -g_stands_for = "gummybear" # @unused +g_stands_for = "gilded" # @unused core_version = "15.0.0" # @unused -version = "1.36.0-dev" # @unused +version = "1.37.0-dev" # @unused GPR_PUBLIC_HDRS = [ "include/grpc/support/alloc.h", diff --git a/build_handwritten.yaml b/build_handwritten.yaml index 7e69226f3e4..865245e9d6b 100644 --- a/build_handwritten.yaml +++ b/build_handwritten.yaml @@ -14,9 +14,9 @@ settings: '#10': See the expand_version.py for all the quirks here core_version: 15.0.0 csharp_major_version: 2 - g_stands_for: gummybear + g_stands_for: gilded protobuf_version: 3.14.0 - version: 1.36.0-dev + version: 1.37.0-dev targets: - name: check_epollexclusive build: tool diff --git a/doc/g_stands_for.md b/doc/g_stands_for.md index 6c19300fd0b..17f392b7610 100644 --- a/doc/g_stands_for.md +++ b/doc/g_stands_for.md @@ -35,4 +35,5 @@ - 1.33 'g' stands for ['geeky'](https://github.com/grpc/grpc/tree/v1.33.x) - 1.34 'g' stands for ['gauntlet'](https://github.com/grpc/grpc/tree/v1.34.x) - 1.35 'g' stands for ['gecko'](https://github.com/grpc/grpc/tree/v1.35.x) -- 1.36 'g' stands for ['gummybear'](https://github.com/grpc/grpc/tree/master) +- 1.36 'g' stands for ['gummybear'](https://github.com/grpc/grpc/tree/v1.36.x) +- 1.37 'g' stands for ['gilded'](https://github.com/grpc/grpc/tree/master)