aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJisi Liu <liujisi@google.com>2017-09-15 14:27:31 -0700
committerGitHub <noreply@github.com>2017-09-15 14:27:31 -0700
commit655cc830d9a22022e89fffdf11ed3cc206e0852c (patch)
tree88975cfaead21e954c18148f452851e8b96f3b83
parent5dd818cd2226fe8e3818206c47d77b2d9571509a (diff)
parent2eb1bacc266ec9496edf66d38f080004edca46bd (diff)
downloadprotobuf-655cc830d9a22022e89fffdf11ed3cc206e0852c.tar.gz
protobuf-655cc830d9a22022e89fffdf11ed3cc206e0852c.tar.bz2
protobuf-655cc830d9a22022e89fffdf11ed3cc206e0852c.zip
Merge pull request #3651 from pherl/3.4.x
Bumping minor version for ruby gems
-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 550941c9..96606f06 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"
+ s.version = "3.4.1.1"
s.licenses = ["BSD-3-Clause"]
s.summary = "Protocol Buffers"
s.description = "Protocol Buffers are Google's data interchange format."