aboutsummaryrefslogtreecommitdiffhomepage
path: root/src/ruby
diff options
context:
space:
mode:
authorGravatar Juanli Shen <aspirinsjl@gmail.com>2018-08-27 18:34:38 -0700
committerGravatar GitHub <noreply@github.com>2018-08-27 18:34:38 -0700
commit35501ad1df5799be17cc41894a0dc1d3ed43a8f0 (patch)
tree378e083b697099565c5c60c0a135c48dacb49804 /src/ruby
parentf2f8bbd0080e9d4d61e50e1d361bb8bc761a32b4 (diff)
parent8ceb27a324b5efaf2ed096a7bbdf241295272bf5 (diff)
Merge pull request #16467 from AspirinSJL/bump_master
Bump version to 1.16.0-dev
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 5c21a5b168..0c3e1ef734 100644
--- a/src/ruby/lib/grpc/version.rb
+++ b/src/ruby/lib/grpc/version.rb
@@ -14,5 +14,5 @@
# GRPC contains the General RPC module.
module GRPC
- VERSION = '1.15.0.dev'
+ VERSION = '1.16.0.dev'
end
diff --git a/src/ruby/tools/version.rb b/src/ruby/tools/version.rb
index 1b5e2c362b..03d977c064 100644
--- a/src/ruby/tools/version.rb
+++ b/src/ruby/tools/version.rb
@@ -14,6 +14,6 @@
module GRPC
module Tools
- VERSION = '1.15.0.dev'
+ VERSION = '1.16.0.dev'
end
end