bump version to 1.66.0-dev

pull/36892/head
Xuan Wang 6 months ago
parent d167fe7467
commit f5e3083c0f
  1. 4
      BUILD
  2. 4
      build_handwritten.yaml
  3. 3
      doc/g_stands_for.md

@ -227,11 +227,11 @@ config_setting(
python_config_settings()
# This should be updated along with build_handwritten.yaml
g_stands_for = "gnarly" # @unused
g_stands_for = "gladiator" # @unused
core_version = "42.0.0" # @unused
version = "1.65.0-dev" # @unused
version = "1.66.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: 42.0.0
csharp_major_version: 2
g_stands_for: gnarly
g_stands_for: gladiator
protobuf_version: 3.26.1
version: 1.65.0-dev
version: 1.66.0-dev
configs:
asan:
CC: clang

@ -64,4 +64,5 @@
- 1.62 'g' stands for ['guardian'](https://github.com/grpc/grpc/tree/v1.62.x)
- 1.63 'g' stands for ['giggle'](https://github.com/grpc/grpc/tree/v1.63.x)
- 1.64 'g' stands for ['grateful'](https://github.com/grpc/grpc/tree/v1.64.x)
- 1.65 'g' stands for ['gnarly'](https://github.com/grpc/grpc/tree/master)
- 1.65 'g' stands for ['gnarly'](https://github.com/grpc/grpc/tree/v1.65.x)
- 1.66 'g' stands for ['gladiator'](https://github.com/grpc/grpc/tree/master)

Loading…
Cancel
Save