Skip to content

Commit

Permalink
- Release of 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
tj committed Jan 11, 2009
1 parent 462a82f commit 74b14ac
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 1 deletion.
5 changes: 5 additions & 0 deletions History.rdoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,9 @@

=== 2.4.0 / 2009-01-11

* Added ask_for_CLASS, which may be any class name such as ask_for_date, ask_for_array, etc
* Changed doc to *.rdoc for pretty markup on github

=== 2.3.0 / 2008-12-16

* Removed input, output in favour of HighLines $terminal
Expand Down
2 changes: 1 addition & 1 deletion lib/commander/version.rb
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@

module Commander
module VERSION #:nodoc:
MAJOR, MINOR, TINY = [2, 3, 0]
MAJOR, MINOR, TINY = [2, 4, 0]
STRING = [MAJOR, MINOR, TINY].join '.'
end
end

0 comments on commit 74b14ac

Please sign in to comment.