Skip to content

Commit

Permalink
Updating version to 2.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
andresgutierrez committed Jul 6, 2015
1 parent 3ba1fc8 commit 5b8a2a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion config.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
"name": "phalcon",
"description": "Web framework delivered as a C-extension for PHP",
"author": "Phalcon Team and contributors",
"version": "2.0.4",
"version": "2.0.5",
"verbose": false,
"optimizer-dirs": [
"optimizers"
Expand Down
2 changes: 1 addition & 1 deletion phalcon/version.zep
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ class Version
*/
protected static function _getVersion() -> array
{
return [2, 0, 4, 4, 0];
return [2, 0, 5, 4, 0];
}

/**
Expand Down

0 comments on commit 5b8a2a0

Please sign in to comment.