bump version to v1.31.0-pre1

pull/23577/head
Jan Tattermusch 5 years ago
parent 172f61a3a2
commit d6c15b2438
  1. 4
      BUILD
  2. 2
      build_handwritten.yaml
  3. 2
      doc/g_stands_for.md

@ -77,9 +77,9 @@ python_config_settings()
# This should be updated along with build.yaml
g_stands_for = "galore"
core_version = "10.0.0"
core_version = "11.0.0"
version = "1.31.0-dev"
version = "1.31.0-pre1"
GPR_PUBLIC_HDRS = [
"include/grpc/support/alloc.h",

@ -15,7 +15,7 @@ settings:
core_version: 11.0.0
csharp_major_version: 2
g_stands_for: galore
version: 1.31.0-dev
version: 1.31.0-pre1
targets:
- name: check_epollexclusive
build: tool

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

Loading…
Cancel
Save