aboutsummaryrefslogtreecommitdiff
path: root/ruby
diff options
context:
space:
mode:
authorBo Yang <teboring@google.com>2017-06-21 10:20:34 -0700
committerBo Yang <teboring@google.com>2017-06-21 10:20:34 -0700
commite7bcfc42411c8c1ffcec68474b308bc1da21f460 (patch)
treea58201de8d658af7444002973ba973b5265a82e9 /ruby
parent8ecae34ac65218e9fda1586abc39f8762dbb40de (diff)
downloadprotobuf-e7bcfc42411c8c1ffcec68474b308bc1da21f460.tar.gz
protobuf-e7bcfc42411c8c1ffcec68474b308bc1da21f460.tar.bz2
protobuf-e7bcfc42411c8c1ffcec68474b308bc1da21f460.zip
Update version number to 3.3.2
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 8aff7bf0..bed835cb 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.1"
+ s.version = "3.3.2"
s.licenses = ["BSD-3-Clause"]
s.summary = "Protocol Buffers"
s.description = "Protocol Buffers are Google's data interchange format."