bump version to 1.68.0-dev

pull/37671/head
Alexander Polcyn 3 months ago
parent c831e1de79
commit 3aa4f49c7c
  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 = "gesundheit" # @unused
g_stands_for = "groovy" # @unused
core_version = "44.0.0" # @unused
version = "1.67.0-dev" # @unused
version = "1.68.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: 44.0.0
csharp_major_version: 2
g_stands_for: gesundheit
g_stands_for: groovy
protobuf_version: 3.27.2
version: 1.67.0-dev
version: 1.68.0-dev
configs:
asan:
CC: clang

@ -66,4 +66,5 @@
- 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/v1.65.x)
- 1.66 'g' stands for ['gladiator'](https://github.com/grpc/grpc/tree/v1.66.x)
- 1.67 'g' stands for ['gesundheit'](https://github.com/grpc/grpc/tree/master)
- 1.67 'g' stands for ['gesundheit'](https://github.com/grpc/grpc/tree/v1.67.x)
- 1.68 'g' stands for ['groovy'](https://github.com/grpc/grpc/tree/master)

Loading…
Cancel
Save