aboutsummaryrefslogtreecommitdiffhomepage
path: root/ruby
diff options
context:
space:
mode:
authorGravatar Jisi Liu <jisi.liu@gmail.com>2017-07-24 16:03:49 -0700
committerGravatar Jisi Liu <jisi.liu@gmail.com>2017-07-24 16:03:49 -0700
commit7bb39bef1a32f4e7d0eceb66220320213d9746ff (patch)
treee20aa53fb893f92d71e00cdad9656cd0fc10ea83 /ruby
parent72cc5a6eb3975bbe3bc8454f053835d9e46dbcb5 (diff)
Update version number for 3.4.0
Diffstat (limited to 'ruby')
-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 836b1dd2..12338c04 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.3.0"
+ s.version = "3.4.0"
s.licenses = ["BSD-3-Clause"]
s.summary = "Protocol Buffers"
s.description = "Protocol Buffers are Google's data interchange format."