Skip to content

Commit 6589340

Browse files
authored
Bump core version 202302161703 (#32416)
1 parent d49e151 commit 6589340

8 files changed

Lines changed: 8 additions & 8 deletions

File tree

BUILD

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ python_config_settings()
181181
# This should be updated along with build_handwritten.yaml
182182
g_stands_for = "glockenspiel" # @unused
183183

184-
core_version = "30.0.0" # @unused
184+
core_version = "30.1.0" # @unused
185185

186186
version = "1.53.0-dev" # @unused
187187

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Makefile

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

build_handwritten.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ settings:
1212
'#08': Use "-preN" suffixes to identify pre-release versions
1313
'#09': Per-language overrides are possible with (eg) ruby_version tag here
1414
'#10': See the expand_version.py for all the quirks here
15-
core_version: 30.0.0
15+
core_version: 30.1.0
1616
csharp_major_version: 2
1717
g_stands_for: glockenspiel
1818
protobuf_version: 3.21.12

src/core/lib/surface/version.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@
2323

2424
#include <grpc/grpc.h>
2525

26-
const char* grpc_version_string(void) { return "30.0.0"; }
26+
const char* grpc_version_string(void) { return "30.1.0"; }
2727

2828
const char* grpc_g_stands_for(void) { return "glockenspiel"; }

src/objective-c/tests/version.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,4 +23,4 @@
2323
// `tools/buildgen/generate_projects.sh`.
2424

2525
#define GRPC_OBJC_VERSION_STRING @"1.53.0-dev"
26-
#define GRPC_C_VERSION_STRING @"30.0.0"
26+
#define GRPC_C_VERSION_STRING @"30.1.0"

tools/doxygen/Doxyfile.core

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ PROJECT_NAME = "GRPC Core"
4040
# could be handy for archiving the generated documentation or if some version
4141
# control system is used.
4242

43-
PROJECT_NUMBER = 30.0.0
43+
PROJECT_NUMBER = 30.1.0
4444

4545
# Using the PROJECT_BRIEF tag one can provide an optional one line description
4646
# for a project that appears at the top of each page and should give viewer a

tools/doxygen/Doxyfile.core.internal

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)