aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby
diff options
context:
space:
mode:
authorGravatar Stanley Cheung <stanleycheung@google.com>2017-05-10 15:23:29 -0700
committerGravatar Stanley Cheung <stanleycheung@google.com>2017-05-10 15:23:29 -0700
commit448a11d616b0fc97bba94aba7f15597ce204a401 (patch)
tree69eb5a3d4b3dab86c134dc805137457fc49d71a1 /src/ruby
parent80e409f021c11f4a2d12242944689e0c31392525 (diff)
Bump to version 1.3.2
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 4a9f170f36..7cd1f1e67a 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.2.pre1'
+ VERSION = '1.3.2'
end
diff --git a/src/ruby/tools/version.rb b/src/ruby/tools/version.rb
index e7f1525a95..ec562bfbe8 100644
--- a/src/ruby/tools/version.rb
+++ b/src/ruby/tools/version.rb
@@ -29,6 +29,6 @@
module GRPC
module Tools
- VERSION = '1.3.2.pre1'
+ VERSION = '1.3.2'
end
end