Skip to content

Commit

Permalink
Bump dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Jul 10, 2017
1 parent 2d3aa17 commit 243f5b5
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
# [3.2.2](https://github.com/phalcon/cphalcon/releases/tag/v3.2.2) (2017-XX-XX)

# [3.2.1](https://github.com/phalcon/cphalcon/releases/tag/v3.2.1) (2017-07-10)
- Added `Phalcon\Db\Dialect\Mysql::getForeignKeyChecks` to generate a SQL to check the foreign key settings [#2604](https://github.com/phalcon/cphalcon/issues/2604), [phalcon/phalcon-devtools#556](https://github.com/phalcon/phalcon-devtools/issues/556)
- Fixed inconsistent behaviour of `Phalcon\Config::merge` across minor version of PHP7 [#12779](https://github.com/phalcon/cphalcon/issues/12779)
Expand Down
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.2.1",
"version": "3.2.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, 2, 1, 4, 0];
return [3, 2, 2, 4, 0];
}

/**
Expand Down

0 comments on commit 243f5b5

Please sign in to comment.