From 74aaca63baf68ec288fed9bb2ad778a3d8e5079e Mon Sep 17 00:00:00 2001 From: Adam Cozzette Date: Wed, 15 Mar 2017 10:11:24 -0700 Subject: [PATCH] Incremented gem version to 3.2.0.2 This version is to push a fix for gems containing files that were not world-readable as they should be (issue #2853). --- ruby/google-protobuf.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ruby/google-protobuf.gemspec b/ruby/google-protobuf.gemspec index 1e30ae4d..7a28af6a 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.2.0.1" + s.version = "3.2.0.2" s.licenses = ["BSD-3-Clause"] s.summary = "Protocol Buffers" s.description = "Protocol Buffers are Google's data interchange format."