Skip to content

Commit 3acaca9

Browse files
sergeysviridenkosergeyklay
authored andcommitted
Bump version [ci skip]
1 parent 596ac3f commit 3acaca9

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ Create the composer.json file as follows:
3636
```json
3737
{
3838
"require-dev": {
39-
"phalcon/devtools": "~3.3"
39+
"phalcon/devtools": "~3.4"
4040
}
4141
}
4242
```
@@ -114,7 +114,7 @@ This command should display something similar to:
114114
```sh
115115
$ phalcon --help
116116

117-
Phalcon DevTools (3.3.0)
117+
Phalcon DevTools (3.4.0)
118118

119119
Help:
120120
Lists the commands available in Phalcon devtools

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-2017 Phalcon Team (https://www.phalconphp.com) |
7+
| Copyright (c) 2011-present 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, 3, 0, 4, 0];
42+
return [3, 4, 0, 4, 0];
4343
}
4444
}

0 commit comments

Comments
 (0)