aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/lib
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-07-29 22:56:12 +0200
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-07-29 22:56:12 +0200
commit3260a1731a0e3cb492b09775847e60b22f8ec08a (patch)
tree01cbbd939ade66d210f5a6cd684e107900ddf037 /src/ruby/lib
parent18e54a54a169ca79448d1dced4bff03fab5009ac (diff)
Bumping to 1.0.0-pre2.
Diffstat (limited to 'src/ruby/lib')
-rw-r--r--src/ruby/lib/grpc/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ruby/lib/grpc/version.rb b/src/ruby/lib/grpc/version.rb
index e57fb3c14f..9e53780e44 100644
--- a/src/ruby/lib/grpc/version.rb
+++ b/src/ruby/lib/grpc/version.rb
@@ -29,5 +29,5 @@
# GRPC contains the General RPC module.
module GRPC
- VERSION = '1.0.0.pre1'
+ VERSION = '1.0.0.pre2'
end