浏览代码

Merge pull request #4236 from pherl/3.5.x

Bumping number to fix ruby 2.1 on mac
Jisi Liu 7 年之前
父节点
当前提交
91317c291e
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      ruby/google-protobuf.gemspec

+ 1 - 1
ruby/google-protobuf.gemspec

@@ -1,6 +1,6 @@
 Gem::Specification.new do |s|
   s.name        = "google-protobuf"
-  s.version     = "3.5.1.1"
+  s.version     = "3.5.1.2"
   s.licenses    = ["BSD-3-Clause"]
   s.summary     = "Protocol Buffers"
   s.description = "Protocol Buffers are Google's data interchange format."