Skip to content

Commit

Permalink
Updating version
Browse files Browse the repository at this point in the history
  • Loading branch information
andresgutierrez committed Feb 9, 2016
1 parent be24f3b commit d902305
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 2 additions & 0 deletions CHANGELOG.md
@@ -1,3 +1,5 @@
# [2.0.11](https://github.com/phalcon/cphalcon/releases/tag/phalcon-v2.0.11) (????-??-??)

# [2.0.10](https://github.com/phalcon/cphalcon/releases/tag/phalcon-v2.0.10) (2016-02-04)
- ORM: Added support for DATE columns in Oracle
- Fixed wrong `total_items` and `total_pages` in `Paginator` when the query builder has set `groupBy()`
Expand Down
2 changes: 1 addition & 1 deletion config.json
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.10",
"version": "2.0.11",
"verbose": true,
"optimizer-dirs": [
"optimizers"
Expand Down
2 changes: 1 addition & 1 deletion phalcon/version.zep
Expand Up @@ -80,7 +80,7 @@ class Version
*/
protected static function _getVersion() -> array
{
return [2, 0, 10, 4, 0];
return [2, 0, 11, 4, 0];
}

/**
Expand Down

0 comments on commit d902305

Please sign in to comment.