diff options
author | Chris Fallin <cfallin@google.com> | 2015-04-13 14:04:12 -0700 |
---|---|---|
committer | Chris Fallin <cfallin@google.com> | 2015-04-13 14:04:12 -0700 |
commit | 14fd96224c585a365f3859b9c1b1eb87b9ebc230 (patch) | |
tree | e95765d1b3d2dbc9ba4572e59c45e544fbdf6301 /ruby/google-protobuf.gemspec | |
parent | e9abbd23fbb60da882833e7212345a4250665c92 (diff) |
Bump gem version to release bugfix.
Diffstat (limited to 'ruby/google-protobuf.gemspec')
-rw-r--r-- | ruby/google-protobuf.gemspec | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby/google-protobuf.gemspec b/ruby/google-protobuf.gemspec index 4c9449d2..abbbde35 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.0.0.alpha.3.0.pre" + s.version = "3.0.0.alpha.3.1.pre" s.licenses = ["BSD"] s.summary = "Protocol Buffers" s.description = "Protocol Buffers are Google's data interchange format." |