diff --git a/appveyor.yml b/appveyor.yml index 8f8297602b9..33b089992a1 100644 --- a/appveyor.yml +++ b/appveyor.yml @@ -3,7 +3,7 @@ #---------------------------------# # version format -version: 3.3.1-{build} +version: 3.3.2-{build} # to disable automatic builds build: off diff --git a/config.json b/config.json index 4562a31b78e..7b14a168cc2 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": "3.3.1", + "version": "3.3.2", "verbose": false, "optimizer-dirs": [ "optimizers" diff --git a/phalcon/version.zep b/phalcon/version.zep index fd4d1714127..7669510e2b5 100644 --- a/phalcon/version.zep +++ b/phalcon/version.zep @@ -95,7 +95,7 @@ class Version */ protected static function _getVersion() -> array { - return [3, 3, 1, 4, 0]; + return [3, 3, 2, 4, 0]; } /**