aboutsummaryrefslogtreecommitdiff
path: root/ruby
diff options
context:
space:
mode:
authorJisi Liu <jisi.liu@gmail.com>2016-07-25 12:07:56 -0700
committerJisi Liu <jisi.liu@gmail.com>2016-07-25 12:07:56 -0700
commitfb7a7c5f1f9cae5957e412c094fabc0942e2517e (patch)
tree88e5e0c5d25c67834123a7b571348fcaa52c8f72 /ruby
parent868ea59256b999175ba04c1b9cfe74ff1fbae13d (diff)
downloadprotobuf-fb7a7c5f1f9cae5957e412c094fabc0942e2517e.tar.gz
protobuf-fb7a7c5f1f9cae5957e412c094fabc0942e2517e.tar.bz2
protobuf-fb7a7c5f1f9cae5957e412c094fabc0942e2517e.zip
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..e83053de 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.0.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..7b896137 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</version>
</dependency>
</dependencies>
</project>