diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2016-05-10 08:29:53 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2016-05-10 08:29:53 +0200 |
commit | 5ecdda759a9b1c8cb1b10ad08d50bb1be7b9e332 (patch) | |
tree | 54af9e948aa298ec570aa9871a1f429d1520b63f /src/ruby/tools | |
parent | 6915e6b96f607d01e674dbb22855b84bc7b2bfc1 (diff) |
Processing the 0.14 release.
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 ec085d2655..80d109f82c 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.pre1' + VERSION = '0.14.0' end end |