mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Version bump
This commit is contained in:
parent
0d43efdbc1
commit
ef67203596
2 changed files with 2 additions and 2 deletions
|
@ -1,4 +1,4 @@
|
|||
== *unreleased*
|
||||
== 2.4.1 / June 27, 2008
|
||||
|
||||
* Use Echoe to manage the Rakefile [Jamis Buck]
|
||||
|
||||
|
|
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue