Skip to content

Commit

Permalink
version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
jamis committed Feb 25, 2009
1 parent 2ce539d commit df0935c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.rdoc
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
== (unreleased)
== 2.5.5 / 24 Feb 2009

* Make sure role(:foo) actually declares an (empty) role for :foo, even without server arguments [Jamis Buck]

Expand Down
2 changes: 1 addition & 1 deletion lib/capistrano/version.rb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ module Capistrano
class Version < Net::SSH::Version
MAJOR = 2
MINOR = 5
TINY = 4
TINY = 5

# The current version, as a Version instance
CURRENT = new(MAJOR, MINOR, TINY)
Expand Down

0 comments on commit df0935c

Please sign in to comment.