From c93174346149f259ebc85fdb46826fcf84abb07d Mon Sep 17 00:00:00 2001 From: Paul Yang Date: Mon, 2 Apr 2018 15:55:28 -0700 Subject: Merge branch (#4466) * Fix setup.py for windows build. * Bump version number to 3.5.2 * Cat the test-suite.log on errors for presubits --- ruby/google-protobuf.gemspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ruby') diff --git a/ruby/google-protobuf.gemspec b/ruby/google-protobuf.gemspec index 8fcf85c7..c09a7f24 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.5.1.2" + s.version = "3.5.2" s.licenses = ["BSD-3-Clause"] s.summary = "Protocol Buffers" s.description = "Protocol Buffers are Google's data interchange format." -- cgit v1.2.3