Skip to content

Commit

Permalink
Bump versions for release 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
martinemde committed Sep 6, 2012
1 parent f64b671 commit aafaad1
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions ChangeLog.md
Expand Up @@ -2,6 +2,10 @@

## NEXT

*

## v2.0.5 (2012-09-05)

* Fix calls to system() leaking stdout into the command output.

## v2.0.4 (2012-09-05)
Expand Down
2 changes: 1 addition & 1 deletion lib/engineyard/version.rb
@@ -1,4 +1,4 @@
module EY
VERSION = '2.0.5.pre'
VERSION = '2.0.5'
ENGINEYARD_SERVERSIDE_VERSION = ENV['ENGINEYARD_SERVERSIDE_VERSION'] || '2.0.1'
end

0 comments on commit aafaad1

Please sign in to comment.