aboutsummaryrefslogtreecommitdiff
path: root/ruby
diff options
context:
space:
mode:
authorJisi Liu <liujisi@google.com>2016-07-26 10:01:16 -0700
committerGitHub <noreply@github.com>2016-07-26 10:01:16 -0700
commitf11a4f1fe4b73044615b285a79ab09806fd54b7a (patch)
treea4c3d39db5f4a594c8e94f81db299a34cf127abf /ruby
parenta17367f44a3b592993d2ac5c074ed58fb0ce784c (diff)
parent0973822d03992fd818e5424020e6c618f3f33649 (diff)
downloadprotobuf-f11a4f1fe4b73044615b285a79ab09806fd54b7a.tar.gz
protobuf-f11a4f1fe4b73044615b285a79ab09806fd54b7a.tar.bz2
protobuf-f11a4f1fe4b73044615b285a79ab09806fd54b7a.zip
Merge pull request #1841 from pherl/3.0.0-GA
Bump version number for GA
Diffstat (limited to 'ruby')
-rw-r--r--ruby/google-protobuf.gemspec2
-rw-r--r--ruby/pom.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/ruby/google-protobuf.gemspec b/ruby/google-protobuf.gemspec
index 8cf40e3f..286d8fe3 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.7.0.0"
+ s.version = "3.0.0"
s.licenses = ["BSD"]
s.summary = "Protocol Buffers"
s.description = "Protocol Buffers are Google's data interchange format."
diff --git a/ruby/pom.xml b/ruby/pom.xml
index 62845815..99e8449b 100644
--- a/ruby/pom.xml
+++ b/ruby/pom.xml
@@ -86,7 +86,7 @@
<dependency>
<groupId>com.google.protobuf</groupId>
<artifactId>protobuf-java</artifactId>
- <version>3.0.0-beta-3</version>
+ <version>3.0.0-beta-4</version>
</dependency>
</dependencies>
</project>