From 3aa4f49c7ca8ad12123043afd0740d0e2c6e59bf Mon Sep 17 00:00:00 2001 From: Alexander Polcyn Date: Tue, 10 Sep 2024 21:51:01 +0000 Subject: [PATCH] bump version to 1.68.0-dev --- BUILD | 4 ++-- build_handwritten.yaml | 4 ++-- doc/g_stands_for.md | 3 ++- 3 files changed, 6 insertions(+), 5 deletions(-) diff --git a/BUILD b/BUILD index cebc13381e0..c8c1d72af9d 100644 --- a/BUILD +++ b/BUILD @@ -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", diff --git a/build_handwritten.yaml b/build_handwritten.yaml index 7b46f040434..c7d5040889f 100644 --- a/build_handwritten.yaml +++ b/build_handwritten.yaml @@ -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 diff --git a/doc/g_stands_for.md b/doc/g_stands_for.md index b11b6438d9b..54fafcb5a52 100644 --- a/doc/g_stands_for.md +++ b/doc/g_stands_for.md @@ -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)