Skip to content

Commit

Permalink
release 2.11.0
Browse files Browse the repository at this point in the history
  • Loading branch information
doudou committed Oct 3, 2019
1 parent cf9a42a commit 4620109
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion autoproj.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ Gem::Specification.new do |s|
s.files = `git ls-files -z`.split("\x0").reject { |f| f.match(%r{^(test|spec|features)/}) }

s.add_runtime_dependency "bundler"
s.add_runtime_dependency "autobuild", ">= 1.14.0"
s.add_runtime_dependency "autobuild", ">= 1.19.0"
s.add_runtime_dependency "backports", '~> 3.0'
s.add_runtime_dependency "utilrb", '~> 3.0.0', ">= 3.0.0"
s.add_runtime_dependency "thor", '~> 0.20.0'
Expand Down
2 changes: 1 addition & 1 deletion lib/autoproj/version.rb
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
module Autoproj
VERSION = "2.10.2"
VERSION = "2.11.0"
end

0 comments on commit 4620109

Please sign in to comment.