Skip to content

Commit

Permalink
0.20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ddollar committed Aug 22, 2011
1 parent ffd7731 commit bda6e30
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PATH
remote: .
specs:
foreman (0.19.0)
foreman (0.20.0)
term-ansicolor (~> 1.0.5)
thor (>= 0.13.6)

Expand Down Expand Up @@ -36,7 +36,7 @@ GEM
rspec-expectations (2.6.0)
diff-lcs (~> 1.1.2)
rspec-mocks (2.6.0)
term-ansicolor (1.0.5)
term-ansicolor (1.0.6)
thor (0.14.6)

PLATFORMS
Expand Down
2 changes: 1 addition & 1 deletion lib/foreman/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module Foreman

VERSION = "0.19.0"
VERSION = "0.20.0"

end

0 comments on commit bda6e30

Please sign in to comment.