Bump version to v1.31.0-dev

pull/23154/head
Srini Polavarapu 5 years ago
parent 502c796a94
commit dd90a14eee
  1. 4
      BUILD
  2. 4
      build_handwritten.yaml
  3. 3
      doc/g_stands_for.md

@ -75,11 +75,11 @@ config_setting(
python_config_settings()
# This should be updated along with build.yaml
g_stands_for = "gradius"
g_stands_for = "galore"
core_version = "10.0.0"
version = "1.30.0-dev"
version = "1.31.0-dev"
GPR_PUBLIC_HDRS = [
"include/grpc/support/alloc.h",

@ -14,8 +14,8 @@ settings:
'#10': See the expand_version.py for all the quirks here
core_version: 10.0.0
csharp_major_version: 2
g_stands_for: gradius
version: 1.30.0-dev
g_stands_for: galore
version: 1.31.0-dev
targets:
- name: check_epollexclusive
build: tool

@ -29,4 +29,5 @@
- 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/v1.28.x)
- 1.29 'g' stands for ['gringotts'](https://github.com/grpc/grpc/tree/v1.29.x)
- 1.30 'g' stands for ['gradius'](https://github.com/grpc/grpc/tree/master)
- 1.30 'g' stands for ['gradius'](https://github.com/grpc/grpc/tree/v1.30.x)
- 1.31 'g' stands for ['galore'](https://github.com/grpc/grpc/tree/master)

Loading…
Cancel
Save