diff options
author | Jisi Liu <jisi.liu@gmail.com> | 2017-11-02 14:16:22 -0700 |
---|---|---|
committer | Jisi Liu <jisi.liu@gmail.com> | 2017-11-02 14:16:22 -0700 |
commit | 97dd175a917fcdf1a0e0421659498a974f3a464a (patch) | |
tree | 8d6727aeb04fe18507117dbc977ae1ac171ab946 /ruby | |
parent | cbe250591fca9d2e776776be065a72c5550a5556 (diff) |
Update version number to 3.5.0
Diffstat (limited to 'ruby')
-rw-r--r-- | ruby/google-protobuf.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby/google-protobuf.gemspec b/ruby/google-protobuf.gemspec index 96606f06..c3963822 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.4.1.1" + s.version = "3.5.0" s.licenses = ["BSD-3-Clause"] s.summary = "Protocol Buffers" s.description = "Protocol Buffers are Google's data interchange format." |