Skip to content

Commit

Permalink
Fix merge damage
Browse files Browse the repository at this point in the history
  • Loading branch information
JasonLunn committed Jan 11, 2025
1 parent 3aa5ee0 commit d326fc2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ruby/google-protobuf.gemspec
Original file line number Diff line number Diff line change
@@ -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"
Expand Down

0 comments on commit d326fc2

Please sign in to comment.