aboutsummaryrefslogtreecommitdiff
path: root/gRPC-C++.podspec
diff options
context:
space:
mode:
authorStanley Cheung <stanleycheung@google.com>2024-01-17 13:08:13 -0800
committerGitHub <noreply@github.com>2024-01-17 13:08:13 -0800
commit8e92b0a8b8ba9dffa78fa991e5e738dce57273ea (patch)
tree086954a4ff67548769104a5ec785e4fe29854c55 /gRPC-C++.podspec
parent0538643ffe8875562389fd02aab60ac1a374c8bd (diff)
downloadgrpc-grpc-8e92b0a8b8ba9dffa78fa991e5e738dce57273ea.tar.gz
[Release] Bump version to 1.61.0-pre1 (on v1.61.x branch) (#35582)
Change was created by the release automation script. See go/grpc-release.
Diffstat (limited to 'gRPC-C++.podspec')
-rw-r--r--gRPC-C++.podspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/gRPC-C++.podspec b/gRPC-C++.podspec
index 2d6f37cee5..d738e43373 100644
--- a/gRPC-C++.podspec
+++ b/gRPC-C++.podspec
@@ -22,7 +22,7 @@
Pod::Spec.new do |s|
s.name = 'gRPC-C++'
# TODO (mxyan): use version that match gRPC version when pod is stabilized
- version = '1.61.0-dev'
+ version = '1.61.0-pre1'
s.version = version
s.summary = 'gRPC C++ library'
s.homepage = 'https://grpc.io'