Skip to content

Commit

Permalink
release 2.13.0
Browse files Browse the repository at this point in the history
  • Loading branch information
doudou committed Jul 15, 2020
1 parent 0b1c16d commit 5674235
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.19.0"
s.add_runtime_dependency "autobuild", ">= 1.21.0"
s.add_runtime_dependency "backports", '~> 3.0'
s.add_runtime_dependency "utilrb", '~> 3.0.0', ">= 3.0.0"
s.add_runtime_dependency "thor", '~> 1.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.12.1"
VERSION = "2.13.0"
end

0 comments on commit 5674235

Please sign in to comment.