aboutsummaryrefslogtreecommitdiffhomepage
path: root/ruby/google-protobuf.gemspec
diff options
context:
space:
mode:
authorGravatar Chris Fallin <cfallin@google.com>2015-03-03 10:55:55 -0800
committerGravatar Chris Fallin <cfallin@google.com>2015-03-03 10:56:23 -0800
commitdfdec3b654cbf403197214f9354d9a2aff4d77d1 (patch)
treea5009a7be0edec5dd3ff67d98110c292e9dfc0bc /ruby/google-protobuf.gemspec
parent40f2df3c16b4a54f673108cad92f0da0be6efc21 (diff)
Updated Ruby gem version and added note to ruby/README.md regarding version number scheme.
Change-Id: Idb29077c153530de78ce28c094442aa8f51ddd25
Diffstat (limited to 'ruby/google-protobuf.gemspec')
-rw-r--r--ruby/google-protobuf.gemspec2
1 files changed, 1 insertions, 1 deletions
diff --git a/ruby/google-protobuf.gemspec b/ruby/google-protobuf.gemspec
index 01d27636..371009bb 100644
--- a/ruby/google-protobuf.gemspec
+++ b/ruby/google-protobuf.gemspec
@@ -7,7 +7,7 @@ end
Gem::Specification.new do |s|
s.name = "google-protobuf"
- s.version = "3.0.0.alpha.3.pre"
+ s.version = "3.0.0.alpha.3.0.pre"
s.licenses = ["BSD"]
s.summary = "Protocol Buffers"
s.description = "Protocol Buffers are Google's data interchange format."