aboutsummaryrefslogtreecommitdiffhomepage
path: root/ruby
diff options
context:
space:
mode:
authorGravatar Jisi Liu <liujisi@google.com>2017-08-17 13:51:05 -0700
committerGravatar GitHub <noreply@github.com>2017-08-17 13:51:05 -0700
commitfa46d11e2e70bd854c1d8dd20118665b1f787a87 (patch)
treeac8968cbd758804eb800e7484394bee7166100de /ruby
parent29c24abbf1a88684987327419463a5915f2de69f (diff)
parent19266369f064d5768d05249555a8b29d30bf5aa8 (diff)
Merge pull request #3514 from pherl/rubyfix
Bump gem version for the next upload
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 12338c04..561b88eb 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"
+ s.version = "3.4.0.1"
s.licenses = ["BSD-3-Clause"]
s.summary = "Protocol Buffers"
s.description = "Protocol Buffers are Google's data interchange format."