diff options
author | David Garcia Quintas <dgq@google.com> | 2017-08-16 20:59:05 -0700 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2017-08-16 20:59:05 -0700 |
commit | 713597f1cdf14abd122e4bd174040d0797744eb5 (patch) | |
tree | 46b70fb6d394bd6a09295adcb04690568f330d78 /src/ruby | |
parent | f1ab1130c8760a1cd72fce1f6a4a9523df68e36f (diff) |
Master version bump to 1.7.x
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 0aaf44947a..228c01a92c 100644 --- a/src/ruby/lib/grpc/version.rb +++ b/src/ruby/lib/grpc/version.rb @@ -14,5 +14,5 @@ # GRPC contains the General RPC module. module GRPC - VERSION = '1.5.0.dev' + VERSION = '1.7.0.dev' end diff --git a/src/ruby/tools/version.rb b/src/ruby/tools/version.rb index 4c5293241d..ea0c4ae56c 100644 --- a/src/ruby/tools/version.rb +++ b/src/ruby/tools/version.rb @@ -14,6 +14,6 @@ module GRPC module Tools - VERSION = '1.5.0.dev' + VERSION = '1.7.0.dev' end end |