Skip to content
Snippets Groups Projects
Commit cbdfaba7 authored by Michael Lumish's avatar Michael Lumish
Browse files

Merge pull request #3172 from tbetbetbe/grpc_ruby_bump_version

Bumps the ruby version to beta
parents cf71eaad bab6706f
No related branches found
No related tags found
No related merge requests found
......@@ -14,7 +14,7 @@ Gem::Specification.new do |s|
s.license = 'BSD-3-Clause'
s.required_ruby_version = '>= 2.0.0'
s.requirements << 'libgrpc ~> 0.10.0 needs to be installed'
s.requirements << 'libgrpc ~> 0.11.0 needs to be installed'
s.files = %w( Rakefile )
s.files += Dir.glob('lib/**/*')
......
......@@ -29,5 +29,5 @@
# GRPC contains the General RPC module.
module GRPC
VERSION = '0.10.0'
VERSION = '0.11.0'
end
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment