aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/tools
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-05-06 03:00:51 +0200
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-05-06 03:00:51 +0200
commit253a7109ed1c86df0e482e899bc952e36bdc9f42 (patch)
tree54c4b60d3071c6ce56e9b6dbed443d97b8786ea3 /src/ruby/tools
parent27ca074605554c1cfb6427dd90f3992017dfce55 (diff)
The release branch is now 0.14.0-pre1.
Diffstat (limited to 'src/ruby/tools')
-rw-r--r--src/ruby/tools/version.rb2
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