Skip to content

Commit c106e9c

Browse files
committed
Bump version
1 parent a81f9c9 commit c106e9c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/Phalcon/Devtools/Version.php

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
+------------------------------------------------------------------------+
55
| Phalcon Developer Tools |
66
+------------------------------------------------------------------------+
7-
| Copyright (c) 2011-2016 Phalcon Team (https://www.phalconphp.com) |
7+
| Copyright (c) 2011-2017 Phalcon Team (https://www.phalconphp.com) |
88
+------------------------------------------------------------------------+
99
| This source file is subject to the New BSD License that is bundled |
1010
| with this package in the file LICENSE.txt. |
@@ -39,6 +39,6 @@ class Version extends PhVersion
3939
*/
4040
protected static function _getVersion()
4141
{
42-
return [3, 1, 0, 4, 0];
42+
return [3, 1, 1, 4, 0];
4343
}
4444
}

0 commit comments

Comments
 (0)