aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby
diff options
context:
space:
mode:
authorGravatar Ken Payson <kpayson@google.com>2017-02-23 14:25:40 -0800
committerGravatar Ken Payson <kpayson@google.com>2017-02-23 14:25:40 -0800
commitfd6cc7de7b340ca89f03c291741ca3b1e73cf3a4 (patch)
tree0171379755bb487bab1d398c8de0754081917a7e /src/ruby
parent5eb24eeaed12f96e49171a77939e23ff2af8680b (diff)
Bump version to v1.1.3
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 79c4a96bd4..b8c61f378b 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.2'
+ VERSION = '1.1.3'
end
diff --git a/src/ruby/tools/version.rb b/src/ruby/tools/version.rb
index 85ae9fdbc0..acbec89e87 100644
--- a/src/ruby/tools/version.rb
+++ b/src/ruby/tools/version.rb
@@ -29,6 +29,6 @@
module GRPC
module Tools
- VERSION = '1.1.2'
+ VERSION = '1.1.3'
end
end