Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
sergeyklay committed Jan 3, 2018
1 parent 408f666 commit 18c571a
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
#---------------------------------#

# version format
version: 3.3.0-{build}
version: 3.3.1-{build}

# to disable automatic builds
build: off
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.3.0",
"version": "3.3.1",
"verbose": false,
"optimizer-dirs": [
"optimizers"
Expand Down
4 changes: 2 additions & 2 deletions phalcon/version.zep
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
+------------------------------------------------------------------------+
| Phalcon Framework |
+------------------------------------------------------------------------+
| Copyright (c) 2011-2017 Phalcon Team (https://phalconphp.com) |
| Copyright (c) 2011-present Phalcon Team (https://phalconphp.com) |
+------------------------------------------------------------------------+
| This source file is subject to the New BSD License that is bundled |
| with this package in the file LICENSE.txt. |
Expand Down Expand Up @@ -95,7 +95,7 @@ class Version
*/
protected static function _getVersion() -> array
{
return [3, 3, 0, 4, 0];
return [3, 3, 1, 4, 0];
}

/**
Expand Down

0 comments on commit 18c571a

Please sign in to comment.