Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Apr 2, 2017
1 parent 631213a commit 9402a45
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": "3.1.1",
"version": "3.1.2",
"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 @@ -95,7 +95,7 @@ class Version
*/
protected static function _getVersion() -> array
{
return [3, 1, 1, 4, 0];
return [3, 1, 2, 4, 0];
}

/**
Expand Down

0 comments on commit 9402a45

Please sign in to comment.