From 2649844cabcaf72649b686f25a0a5f6396bd52f8 Mon Sep 17 00:00:00 2001 From: Feng Xiao Date: Thu, 22 Sep 2016 14:28:55 -0700 Subject: Update version number. [skip ci] Change-Id: I1ba6f6372a08b5796570851336e1a548602f60da --- ruby/Gemfile.lock | 2 +- ruby/google-protobuf.gemspec | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'ruby') diff --git a/ruby/Gemfile.lock b/ruby/Gemfile.lock index 7a89c866..46244fdf 100644 --- a/ruby/Gemfile.lock +++ b/ruby/Gemfile.lock @@ -1,7 +1,7 @@ PATH remote: . specs: - google-protobuf (3.1.0.alpha.1.0) + google-protobuf (3.1.0) GEM remote: https://rubygems.org/ diff --git a/ruby/google-protobuf.gemspec b/ruby/google-protobuf.gemspec index 26d9b20d..c7357f78 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.1.0.alpha.1.0" + s.version = "3.1.0" s.licenses = ["BSD"] s.summary = "Protocol Buffers" s.description = "Protocol Buffers are Google's data interchange format." -- cgit v1.2.3