aboutsummaryrefslogtreecommitdiff
path: root/ruby/google-protobuf.gemspec
diff options
context:
space:
mode:
authorJisi Liu <liujisi@google.com>2017-11-08 13:56:58 -0800
committerGitHub <noreply@github.com>2017-11-08 13:56:58 -0800
commit1144768dd63effc560a3d64996398d149620b575 (patch)
treed19f8dc8e275bc2747b6a37c956ca1fc650c9f96 /ruby/google-protobuf.gemspec
parent2df472690ec878ff75a2ccea0c7ff6df0ff69ee3 (diff)
parent8a3c5cc992836815cc6fe4169450d8d9f4f63411 (diff)
downloadprotobuf-1144768dd63effc560a3d64996398d149620b575.tar.gz
protobuf-1144768dd63effc560a3d64996398d149620b575.tar.bz2
protobuf-1144768dd63effc560a3d64996398d149620b575.zip
Merge pull request #3835 from pherl/3.5.x
Update version number to 3.5.0
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 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."