Skip to content

Commit

Permalink
Bump version for release 2.4.0
Browse files Browse the repository at this point in the history
  • Loading branch information
martinemde committed Jun 1, 2014
1 parent 08d9b47 commit 94a1e24
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,10 @@

## NEXT

*

## v2.4.0 (2014-06-01)

* Do not remove `public/system` from the repository when it exists. Warn that maintenance pages may not work.
* Add support for non-Ruby deploy hooks. These have the same names/locations as the ruby hooks but without the '.rb' suffix (e.g. deploy/before_symlink).

Expand Down
2 changes: 1 addition & 1 deletion lib/engineyard-serverside/version.rb
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
module EY
module Serverside
VERSION = '2.4.0.pre'
VERSION = '2.4.0'
end
end

0 comments on commit 94a1e24

Please sign in to comment.