mirror of
https://github.com/capistrano/capistrano
synced 2023-03-27 23:21:18 -04:00
Version bump
This commit is contained in:
parent
5b60cc4e3f
commit
63aaed463c
2 changed files with 3 additions and 3 deletions
|
@ -1,4 +1,4 @@
|
|||
== (unreleased)
|
||||
== 2.5.0 / August 28, 2008
|
||||
|
||||
* Allow :gateway to be set to an array, in which case a chain of tunnels is created [Kerry Buckley]
|
||||
|
||||
|
|
|
@ -5,8 +5,8 @@ module Capistrano
|
|||
# Describes the current version of Capistrano.
|
||||
class Version < Net::SSH::Version
|
||||
MAJOR = 2
|
||||
MINOR = 4
|
||||
TINY = 3
|
||||
MINOR = 5
|
||||
TINY = 0
|
||||
|
||||
# The current version, as a Version instance
|
||||
CURRENT = new(MAJOR, MINOR, TINY)
|
||||
|
|
Loading…
Reference in a new issue