diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2016-10-26 21:42:29 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2016-10-26 21:42:29 +0200 |
commit | 50a730bd1c5dd96c1b5069c5287c047700c00255 (patch) | |
tree | 2a7ed98814143248c870262594e5fdc5625c9374 /src/ruby/lib | |
parent | 5b36156d2b0d518b96816377c5e8332c72495136 (diff) |
Going 1.0.1.
Diffstat (limited to 'src/ruby/lib')
-rw-r--r-- | src/ruby/lib/grpc/version.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/ruby/lib/grpc/version.rb b/src/ruby/lib/grpc/version.rb index 6de123492d..126d001077 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 = '1.0.1.pre1' + VERSION = '1.0.1' end |