aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-10-26 21:42:29 +0200
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2016-10-26 21:42:29 +0200
commit50a730bd1c5dd96c1b5069c5287c047700c00255 (patch)
tree2a7ed98814143248c870262594e5fdc5625c9374 /src/ruby
parent5b36156d2b0d518b96816377c5e8332c72495136 (diff)
Going 1.0.1.
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 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
diff --git a/src/ruby/tools/version.rb b/src/ruby/tools/version.rb
index 205eca0daa..c3bd13a36f 100644
--- a/src/ruby/tools/version.rb
+++ b/src/ruby/tools/version.rb
@@ -29,6 +29,6 @@
module GRPC
module Tools
- VERSION = '1.0.1.pre1'
+ VERSION = '1.0.1'
end
end