aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby
diff options
context:
space:
mode:
authorGravatar Ken Payson <kpayson@google.com>2017-03-28 18:00:33 -0700
committerGravatar Ken Payson <kpayson@google.com>2017-03-28 18:00:33 -0700
commit484871bb03dc877a0bb84bbeab7614a1419d6e08 (patch)
tree7cdc1c295a71cef6cbc8d4d7be24e94ece111314 /src/ruby
parente41773968250aa299aa81cbbe655741044b66884 (diff)
Bump version to 1.2.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 7d54034a29..3ee48ae328 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.2.1.pre2'
+ VERSION = '1.2.1'
end
diff --git a/src/ruby/tools/version.rb b/src/ruby/tools/version.rb
index d6a7be76ef..d037014852 100644
--- a/src/ruby/tools/version.rb
+++ b/src/ruby/tools/version.rb
@@ -29,6 +29,6 @@
module GRPC
module Tools
- VERSION = '1.2.1.pre2'
+ VERSION = '1.2.1'
end
end