aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby
diff options
context:
space:
mode:
authorGravatar Ken Payson <kpayson@google.com>2017-05-19 17:47:49 -0700
committerGravatar Ken Payson <kpayson@google.com>2017-05-19 17:47:49 -0700
commitc0ce2cdf0030dd5df342fda3c3e76afccacaa854 (patch)
treec0d85566ce3bf10b561af93178d5a0603661bae1 /src/ruby
parenta0396bd28e78f2227cfa66e618ee70de1364fafd (diff)
Update version to 1.3.5
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 c03ec97196..27595318d3 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.3.4'
+ VERSION = '1.3.5'
end
diff --git a/src/ruby/tools/version.rb b/src/ruby/tools/version.rb
index fe0fb2cef2..f93c1f14af 100644
--- a/src/ruby/tools/version.rb
+++ b/src/ruby/tools/version.rb
@@ -29,6 +29,6 @@
module GRPC
module Tools
- VERSION = '1.3.4'
+ VERSION = '1.3.5'
end
end