aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby
diff options
context:
space:
mode:
authorGravatar Alexander Polcyn <apolcyn@google.com>2017-03-24 11:39:52 -0700
committerGravatar Alexander Polcyn <apolcyn@google.com>2017-03-24 11:39:52 -0700
commit69c2717c808b297ff1024e31ae45eb5b588cffa7 (patch)
treea12a06491e82695ab688c96adc0ce375db006115 /src/ruby
parentd0432ff5af7f6af26d441bc05454f9f511843628 (diff)
bump v1.2.x branch version to 1.2.1-pre2
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 e9759ad206..7d54034a29 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.pre1'
+ VERSION = '1.2.1.pre2'
end
diff --git a/src/ruby/tools/version.rb b/src/ruby/tools/version.rb
index a11e53cb2b..d6a7be76ef 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.pre1'
+ VERSION = '1.2.1.pre2'
end
end