Skip to content

Commit

Permalink
Updating version to 2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
andresgutierrez committed May 26, 2015
1 parent ca68de6 commit 2405b6e
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.2",
"version": "2.0.3",
"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, 2, 4, 0];
return [2, 0, 3, 4, 0];
}

/**
Expand Down

0 comments on commit 2405b6e

Please sign in to comment.