We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a81f9c9 commit c106e9cCopy full SHA for c106e9c
scripts/Phalcon/Devtools/Version.php
@@ -4,7 +4,7 @@
4
+------------------------------------------------------------------------+
5
| Phalcon Developer Tools |
6
7
- | Copyright (c) 2011-2016 Phalcon Team (https://www.phalconphp.com) |
+ | Copyright (c) 2011-2017 Phalcon Team (https://www.phalconphp.com) |
8
9
| This source file is subject to the New BSD License that is bundled |
10
| with this package in the file LICENSE.txt. |
@@ -39,6 +39,6 @@ class Version extends PhVersion
39
*/
40
protected static function _getVersion()
41
{
42
- return [3, 1, 0, 4, 0];
+ return [3, 1, 1, 4, 0];
43
}
44
0 commit comments