Skip to content

Commit 40134b0

Browse files
sergeysviridenkosergeyklay
authored andcommitted
Bump version to 3.2.13
1 parent 3972de8 commit 40134b0

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -114,7 +114,7 @@ This command should display something similar to:
114114
```sh
115115
$ phalcon --help
116116

117-
Phalcon DevTools (3.2.12)
117+
Phalcon DevTools (3.2.13)
118118

119119
Help:
120120
Lists the commands available in Phalcon devtools

scripts/Phalcon/Devtools/Version.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,6 @@ class Version extends PhVersion
3939
*/
4040
protected static function _getVersion()
4141
{
42-
return [3, 2, 12, 4, 0];
42+
return [3, 2, 13, 4, 0];
4343
}
4444
}

0 commit comments

Comments
 (0)