Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jamis committed Aug 29, 2008
1 parent 5b60cc4 commit 63aaed4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rdoc
@@ -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]

Expand Down
4 changes: 2 additions & 2 deletions lib/capistrano/version.rb
Expand Up @@ -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)
Expand Down

0 comments on commit 63aaed4

Please sign in to comment.