public
Description: Remote multi-server automation tool
Homepage: http://www.capify.org
Clone URL: git://github.com/jamis/capistrano.git
Version bump
jamis (author)
Fri Jun 27 10:20:17 -0700 2008
commit  ef672035969cbbd22409068986a09d759d7c1858
tree    526b87896102b3458856030e3dabe0b3bc1993ce
parent  0d43efdbc1bc1eab84051f78b9a988c93189cbb6
...
1
 
2
3
4
...
 
1
2
3
4
0
@@ -1,4 +1,4 @@
0
-== *unreleased*
0
+== 2.4.1 / June 27, 2008
0
 
0
 * Use Echoe to manage the Rakefile [Jamis Buck]
0
 
...
6
7
8
9
 
10
11
12
...
6
7
8
 
9
10
11
12
0
@@ -6,7 +6,7 @@ module Capistrano
0
   class Version < Net::SSH::Version
0
     MAJOR = 2
0
     MINOR = 4
0
- TINY = 0
0
+ TINY = 1
0
 
0
     # The current version, as a Version instance
0
     CURRENT = new(MAJOR, MINOR, TINY)

Comments

    No one has commented yet.