diff options
author | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2016-08-16 03:07:09 +0200 |
---|---|---|
committer | Nicolas "Pixel" Noble <pixel@nobis-crew.org> | 2016-08-16 03:07:09 +0200 |
commit | 0f9337b6a0f4fa0698c0fd5f81c1e5d2565d9ae5 (patch) | |
tree | 3ef6b1811deb0996979b8e8dcac699e4a4e337b2 /src/ruby/tools | |
parent | a150352090ec2b5b2c385e3394f5392d61c28aee (diff) |
Removing pre2 flag.
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 84c03b255d..a7b31412be 100644 --- a/src/ruby/tools/version.rb +++ b/src/ruby/tools/version.rb @@ -29,6 +29,6 @@ module GRPC module Tools - VERSION = '1.0.0.pre2' + VERSION = '1.0.0' end end |