diff options
author | David Garcia Quintas <dgq@google.com> | 2017-04-13 16:20:56 -0700 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2017-04-13 16:20:56 -0700 |
commit | d9986c3cf70606dfc2b7aa6933fb5ea180bce05d (patch) | |
tree | e117bcaf872424b9afd91433ed86fffe8974a586 /src/ruby | |
parent | bdb102106b7d879214a2f84216d17ca56d1162ee (diff) |
1.3.x branch cut
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 9901158e73..fa804685b3 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.3.0.dev' + VERSION = '1.3.0.pre1' end diff --git a/src/ruby/tools/version.rb b/src/ruby/tools/version.rb index 632c0100bd..fa19aee62b 100644 --- a/src/ruby/tools/version.rb +++ b/src/ruby/tools/version.rb @@ -29,6 +29,6 @@ module GRPC module Tools - VERSION = '1.3.0.dev' + VERSION = '1.3.0.pre1' end end |