diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2016-05-06 03:00:51 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2016-05-06 03:00:51 +0200 |
commit | 253a7109ed1c86df0e482e899bc952e36bdc9f42 (patch) | |
tree | 54c4b60d3071c6ce56e9b6dbed443d97b8786ea3 /src/ruby/tools | |
parent | 27ca074605554c1cfb6427dd90f3992017dfce55 (diff) |
The release branch is now 0.14.0-pre1.
Diffstat (limited to 'src/ruby/tools')
-rw-r--r-- | src/ruby/tools/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ruby/tools/version.rb b/src/ruby/tools/version.rb index 12ad21b80e..ec085d2655 100644 --- a/src/ruby/tools/version.rb +++ b/src/ruby/tools/version.rb @@ -29,6 +29,6 @@ module GRPC module Tools - VERSION = '0.14.0.dev' + VERSION = '0.14.0.pre1' end end |