aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJisi Liu <liujisi@google.com>2017-08-18 16:20:38 -0700
committerGitHub <noreply@github.com>2017-08-18 16:20:38 -0700
commit26ac3e8e242f1cd6de15291a9973905a14b546ba (patch)
treedb89eb21f6bd9b1c6820cec008bdac74603e39ff
parentfdb5cd5e4b506ef25234e8606987119adb81dea3 (diff)
parentd76e4c7068e78ac538d9a749f1bdc3acd91e5c83 (diff)
downloadprotobuf-26ac3e8e242f1cd6de15291a9973905a14b546ba.tar.gz
protobuf-26ac3e8e242f1cd6de15291a9973905a14b546ba.tar.bz2
protobuf-26ac3e8e242f1cd6de15291a9973905a14b546ba.zip
Merge pull request #3528 from pherl/rubyfix
Bump gemspec again
-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 561b88eb..bd1e39f1 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.0.1"
+ s.version = "3.4.0.2"
s.licenses = ["BSD-3-Clause"]
s.summary = "Protocol Buffers"
s.description = "Protocol Buffers are Google's data interchange format."