Explorar o código

Update Ruby gem version to 3.0.0.alpha.2.0.

This update conforms to our two-numbers-after-alpha scheme that allows
us to bump the last number if we need to re-upload a gem. (Rubygems does
not allow re-use of a version number once a gem is uploaded.)

Change-Id: Ia8e7c129d19800afd66f8052785cf5a00462c7ba
Chris Fallin %!s(int64=10) %!d(string=hai) anos
pai
achega
11ad1bd277
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      ruby/google-protobuf.gemspec

+ 1 - 1
ruby/google-protobuf.gemspec

@@ -7,7 +7,7 @@ end
 
 Gem::Specification.new do |s|
   s.name        = "google-protobuf"
-  s.version     = "3.0.0.alpha.2"
+  s.version     = "3.0.0.alpha.2.0"
   s.licenses    = ["BSD"]
   s.summary     = "Protocol Buffers"
   s.description = "Protocol Buffers are Google's data interchange format."