diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2016-07-29 22:56:12 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2016-07-29 22:56:12 +0200 |
commit | 3260a1731a0e3cb492b09775847e60b22f8ec08a (patch) | |
tree | 01cbbd939ade66d210f5a6cd684e107900ddf037 /src/ruby/lib | |
parent | 18e54a54a169ca79448d1dced4bff03fab5009ac (diff) |
Bumping to 1.0.0-pre2.
Diffstat (limited to 'src/ruby/lib')
-rw-r--r-- | src/ruby/lib/grpc/version.rb | 2 |
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 |