Skip to content

Commit

Permalink
Version bump.
Browse files Browse the repository at this point in the history
This is for the first 2.4.0 preview release.
  • Loading branch information
jamis committed Jun 6, 2008
1 parent cf64e40 commit 1b7525e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG
@@ -1,4 +1,4 @@
*unreleased*
*2.4.0 Preview Release #1* (2.3.101) June 5, 2008

* Only make deploy:start, deploy:stop, and deploy:restart try sudo as :runner. The other sudo-enabled tasks (deploy:setup, deploy:cleanup, etc.) will now use the :admin_runner user (which by default is unset). [Jamis Buck]

Expand Down
2 changes: 1 addition & 1 deletion lib/capistrano/version.rb
Expand Up @@ -2,7 +2,7 @@ module Capistrano
module Version #:nodoc:
MAJOR = 2
MINOR = 3
TINY = 0
TINY = 101

STRING = [MAJOR, MINOR, TINY].join(".")
end
Expand Down

0 comments on commit 1b7525e

Please sign in to comment.