diff options
author | Alexander Polcyn <apolcyn@google.com> | 2017-03-24 11:39:52 -0700 |
---|---|---|
committer | Alexander Polcyn <apolcyn@google.com> | 2017-03-24 11:39:52 -0700 |
commit | 69c2717c808b297ff1024e31ae45eb5b588cffa7 (patch) | |
tree | a12a06491e82695ab688c96adc0ce375db006115 /src/ruby | |
parent | d0432ff5af7f6af26d441bc05454f9f511843628 (diff) |
bump v1.2.x branch version to 1.2.1-pre2
Diffstat (limited to 'src/ruby')
-rw-r--r-- | src/ruby/lib/grpc/version.rb | 2 | ||||
-rw-r--r-- | src/ruby/tools/version.rb | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ruby/lib/grpc/version.rb b/src/ruby/lib/grpc/version.rb index e9759ad206..7d54034a29 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.2.1.pre1' + VERSION = '1.2.1.pre2' end diff --git a/src/ruby/tools/version.rb b/src/ruby/tools/version.rb index a11e53cb2b..d6a7be76ef 100644 --- a/src/ruby/tools/version.rb +++ b/src/ruby/tools/version.rb @@ -29,6 +29,6 @@ module GRPC module Tools - VERSION = '1.2.1.pre1' + VERSION = '1.2.1.pre2' end end |