aboutsummaryrefslogtreecommitdiffhomepage
path: root/ruby/google-protobuf.gemspec
diff options
context:
space:
mode:
authorGravatar Jisi Liu <liujisi@google.com>2018-01-17 15:42:43 -0800
committerGravatar GitHub <noreply@github.com>2018-01-17 15:42:43 -0800
commit979c2cdbb57421bdce698b637c85c9173b2312f4 (patch)
tree4835b79aad41448f6f5d351b982d019246ee894c /ruby/google-protobuf.gemspec
parent3823897475df1a42229b15f970fbbdfa9d714804 (diff)
parentd9f0f0bfac30f213f99e91fba1cc8d04e01f8125 (diff)
Merge pull request #4182 from pherl/ruby2.5
Support ruby2.5
Diffstat (limited to 'ruby/google-protobuf.gemspec')
-rw-r--r--ruby/google-protobuf.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby/google-protobuf.gemspec b/ruby/google-protobuf.gemspec
index 998952d0..c1540062 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 = "3.5.1"
+ s.version = "3.5.1.1"
s.licenses = ["BSD-3-Clause"]
s.summary = "Protocol Buffers"
s.description = "Protocol Buffers are Google's data interchange format."