diff --git a/config.json b/config.json index 63173668f93..7cc20316985 100644 --- a/config.json +++ b/config.json @@ -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" diff --git a/phalcon/version.zep b/phalcon/version.zep index c858999deee..bedda1d5044 100644 --- a/phalcon/version.zep +++ b/phalcon/version.zep @@ -80,7 +80,7 @@ class Version */ protected static function _getVersion() -> array { - return [2, 0, 4, 4, 0]; + return [2, 0, 5, 4, 0]; } /**