aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby/lib
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-05-10 08:29:53 +0200
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-05-10 08:29:53 +0200
commit5ecdda759a9b1c8cb1b10ad08d50bb1be7b9e332 (patch)
tree54af9e948aa298ec570aa9871a1f429d1520b63f /src/ruby/lib
parent6915e6b96f607d01e674dbb22855b84bc7b2bfc1 (diff)
Processing the 0.14 release.
Diffstat (limited to 'src/ruby/lib')
-rw-r--r--src/ruby/lib/grpc/version.rb2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ruby/lib/grpc/version.rb b/src/ruby/lib/grpc/version.rb
index 5117c85cea..7a0a81bf00 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.pre1'
+ VERSION = '0.14.0'
end