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 3972de8 commit 40134b0Copy full SHA for 40134b0
README.md
@@ -114,7 +114,7 @@ This command should display something similar to:
114
```sh
115
$ phalcon --help
116
117
-Phalcon DevTools (3.2.12)
+Phalcon DevTools (3.2.13)
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, 12, 4, 0];
+ return [3, 2, 13, 4, 0];
43
}
44
0 commit comments