aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby
diff options
context:
space:
mode:
authorGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2016-05-05 18:05:20 -0700
committerGravatar Nicolas Noble <nicolasnoble@users.noreply.github.com>2016-05-05 18:05:20 -0700
commit5f0f5325a6b380043763a9f17f5330ee60aae5fe (patch)
tree54c4b60d3071c6ce56e9b6dbed443d97b8786ea3 /src/ruby
parent27ca074605554c1cfb6427dd90f3992017dfce55 (diff)
parent253a7109ed1c86df0e482e899bc952e36bdc9f42 (diff)
Merge pull request #6456 from nicolasnoble/release-0_14
The release branch is now 0.14.0-pre1.
Diffstat (limited to 'src/ruby')
-rw-r--r--src/ruby/lib/grpc/version.rb2
-rw-r--r--src/ruby/tools/version.rb2
2 files changed, 2 insertions, 2 deletions
diff --git a/src/ruby/lib/grpc/version.rb b/src/ruby/lib/grpc/version.rb
index 67c6a5d5a1..5117c85cea 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 = '0.14.0.dev'
+ VERSION = '0.14.0.pre1'
end
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