bump version to 1.62.0-dev

pull/35580/head
Stanley Cheung 1 year ago
parent 43d2b28e02
commit e3ebf43d7e
  1. 4
      BUILD
  2. 4
      build_handwritten.yaml
  3. 3
      doc/g_stands_for.md

@ -211,11 +211,11 @@ config_setting(
python_config_settings()
# This should be updated along with build_handwritten.yaml
g_stands_for = "grand" # @unused
g_stands_for = "guardian" # @unused
core_version = "38.0.0" # @unused
version = "1.61.0-dev" # @unused
version = "1.62.0-dev" # @unused
GPR_PUBLIC_HDRS = [
"include/grpc/support/alloc.h",

@ -14,9 +14,9 @@ settings:
'#10': See the expand_version.py for all the quirks here
core_version: 38.0.0
csharp_major_version: 2
g_stands_for: grand
g_stands_for: guardian
protobuf_version: 3.25.1
version: 1.61.0-dev
version: 1.62.0-dev
configs:
asan:
CC: clang

@ -60,4 +60,5 @@
- 1.58 'g' stands for ['goku'](https://github.com/grpc/grpc/tree/v1.58.x)
- 1.59 'g' stands for ['generative'](https://github.com/grpc/grpc/tree/v1.59.x)
- 1.60 'g' stands for ['gjallarhorn'](https://github.com/grpc/grpc/tree/v1.60.x)
- 1.61 'g' stands for ['grand'](https://github.com/grpc/grpc/tree/master)
- 1.61 'g' stands for ['grand'](https://github.com/grpc/grpc/tree/v1.61.x)
- 1.62 'g' stands for ['guardian'](https://github.com/grpc/grpc/tree/master)

Loading…
Cancel
Save