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.
2 parents 861a86d + ee70ddd commit 38a6b61Copy full SHA for 38a6b61
README.md
@@ -114,7 +114,7 @@ This command should display something similar to:
114
```sh
115
$ phalcon --help
116
117
-Phalcon DevTools (3.2.10)
+Phalcon DevTools (3.2.11)
118
119
Help:
120
Lists the commands available in Phalcon devtools
scripts/Phalcon/Devtools/Version.php
@@ -39,6 +39,6 @@ class Version extends PhVersion
39
*/
40
protected static function _getVersion()
41
{
42
- return [3, 2, 10, 4, 0];
+ return [3, 2, 11, 4, 0];
43
}
44
0 commit comments