diff options
author | David Garcia Quintas <dgq@google.com> | 2017-05-30 14:11:38 -0700 |
---|---|---|
committer | David Garcia Quintas <dgq@google.com> | 2017-05-30 14:11:38 -0700 |
commit | ce13cb78a2335e95729b9a18ea157661aa77a4d4 (patch) | |
tree | f61f02bdeb1addcb1b8656689efed8a791f63a3e /src/ruby | |
parent | 9baf4b19f0e4133dce8e4083fdae4349f6f034da (diff) |
1.4.x branch cut, version bump PR
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 f30dff335f..103e5cbbcd 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.4.0.dev' + VERSION = '1.4.0.pre1' end diff --git a/src/ruby/tools/version.rb b/src/ruby/tools/version.rb index 1f8d4afb95..9ce13f3f82 100644 --- a/src/ruby/tools/version.rb +++ b/src/ruby/tools/version.rb @@ -29,6 +29,6 @@ module GRPC module Tools - VERSION = '1.4.0.dev' + VERSION = '1.4.0.pre1' end end |