commit | 652d99a8ee8aa6b801e11977951fbf444cfccc8f | [log] [tgz] |
---|---|---|
author | Adam Cozzette <acozzette@google.com> | Wed May 12 16:20:18 2021 -0700 |
committer | GitHub <noreply@github.com> | Wed May 12 16:20:18 2021 -0700 |
tree | 4346b2e69eb8daeb1f364f651169e0a8f01f20a6 | |
parent | ca295506c5b812122b8bdd3dd6b4e6a6875ee1b7 [diff] [blame] |
Update protobuf version (#8606)
diff --git a/Protobuf.podspec b/Protobuf.podspec index 9b8be5a..1c2b198 100644 --- a/Protobuf.podspec +++ b/Protobuf.podspec
@@ -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.17.0-rc2' + s.version = '3.17.0' s.summary = 'Protocol Buffers v.3 runtime library for Objective-C.' s.homepage = 'https://github.com/protocolbuffers/protobuf' s.license = '3-Clause BSD License'