aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby
diff options
context:
space:
mode:
authorGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2017-01-30 23:28:06 +0100
committerGravatar Nicolas "Pixel" Noble <pixel@nobis-crew.org>2017-01-30 23:28:06 +0100
commit4dcb7862bf6dc2c8bb1cb5c74d3be14fc34022fa (patch)
tree571f38066daf722a2b25248e514f36e9e860744a /src/ruby
parent93934f83fad97478c9ec3a6d2a6eba901274eaad (diff)
Flagging version 1.1.0.
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 f6da257a78..a0230fb275 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.1.0.pre1'
+ VERSION = '1.1.0'
end
diff --git a/src/ruby/tools/version.rb b/src/ruby/tools/version.rb
index 2331f9d7eb..ad572e77b3 100644
--- a/src/ruby/tools/version.rb
+++ b/src/ruby/tools/version.rb
@@ -29,6 +29,6 @@
module GRPC
module Tools
- VERSION = '1.1.0.pre1'
+ VERSION = '1.1.0'
end
end