1
0
Fork 0
mirror of https://github.com/capistrano/capistrano synced 2023-03-27 23:21:18 -04:00

Version bump

This commit is contained in:
Jamis Buck 2008-06-27 11:20:17 -06:00
parent 0d43efdbc1
commit ef67203596
2 changed files with 2 additions and 2 deletions

View file

@ -1,4 +1,4 @@
== *unreleased*
== 2.4.1 / June 27, 2008
* Use Echoe to manage the Rakefile [Jamis Buck]

View file

@ -6,7 +6,7 @@ module Capistrano
class Version < Net::SSH::Version
MAJOR = 2
MINOR = 4
TINY = 0
TINY = 1
# The current version, as a Version instance
CURRENT = new(MAJOR, MINOR, TINY)