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-08-28 20:01:28 -06:00
parent 5b60cc4e3f
commit 63aaed463c
2 changed files with 3 additions and 3 deletions

View file

@ -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]

View file

@ -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)