Skip to content

Commit

Permalink
[ObjC] Breaking Change: Raise the major version for next release.
Browse files Browse the repository at this point in the history
Raise the major version for the next ObjC release from `main` to
get things ready for landing breaking changes.

PiperOrigin-RevId: 684131809
  • Loading branch information
thomasvl authored and copybara-github committed Oct 9, 2024
1 parent 6ecaefc commit 213bb61
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Protobuf.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
# dependent projects use the :git notation to refer to the library.
Pod::Spec.new do |s|
s.name = 'Protobuf'
s.version = '3.30.0'
s.version = '4.30.0'
s.summary = 'Protocol Buffers v.3 runtime library for Objective-C.'
s.homepage = 'https://github.com/protocolbuffers/protobuf'
s.license = 'BSD-3-Clause'
Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@
"csharp": "3.30-dev",
"java": "4.30-dev",
"javascript": "3.30-dev",
"objectivec": "3.30-dev",
"objectivec": "4.30-dev",
"php": "4.30-dev",
"python": "5.30-dev",
"ruby": "4.30-dev"
Expand Down

0 comments on commit 213bb61

Please sign in to comment.