Skip to content
This repository was archived by the owner on Nov 14, 2019. It is now read-only.

Commit bd73c8b

Browse files
committed
Prepare the 1.5.11 release
1 parent fc03255 commit bd73c8b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

symfony

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ require file_exists(__DIR__.'/vendor/autoload.php')
2929
? __DIR__.'/vendor/autoload.php'
3030
: __DIR__.'/../../autoload.php';
3131

32-
$appVersion = '1.5.11-DEV';
32+
$appVersion = '1.5.11';
3333

3434
// Windows uses Path instead of PATH
3535
if (!isset($_SERVER['PATH']) && isset($_SERVER['Path'])) {

0 commit comments

Comments
 (0)