| commit | d326fc2a6fda6a150e86f258fd5f8a46b0d84ada | [log] [tgz] |
|---|---|---|
| author | Jason Lunn <jason.lunn@gmail.com> | Sat Jan 11 00:48:58 2025 -0500 |
| committer | Jason Lunn <jason.lunn@gmail.com> | Sat Jan 11 00:48:58 2025 -0500 |
| tree | aebbd531bebcff3cfc429eb00bab4b9f63a53897 | |
| parent | 3aa5ee046ae1175f6039940e448a37d7e8b83f97 [diff] |
Fix merge damage
diff --git a/ruby/google-protobuf.gemspec b/ruby/google-protobuf.gemspec index b66e8fc..257b3a4 100644 --- a/ruby/google-protobuf.gemspec +++ b/ruby/google-protobuf.gemspec
@@ -1,6 +1,6 @@ Gem::Specification.new do |s| s.name = "google-protobuf" - s.version = "4.27.0" + s.version = "4.30.0" git_tag = "v#{s.version.to_s.sub('.rc.', '-rc')}" # Converts X.Y.Z.rc.N to vX.Y.Z-rcN, used for the git tag s.licenses = ["BSD-3-Clause"] s.summary = "Protocol Buffers"