Skip to content

Commit 38a6b61

Browse files
authored
Merge pull request #1146 from sergeysviridenko/3.2.update_version
update version
2 parents 861a86d + ee70ddd commit 38a6b61

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.10)
117+
Phalcon DevTools (3.2.11)
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, 10, 4, 0];
42+
return [3, 2, 11, 4, 0];
4343
}
4444
}

0 commit comments

Comments
 (0)