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

Commit 70b921a

Browse files
committed
Released 1.5.8 version
1 parent db0fd8a commit 70b921a

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
@@ -18,7 +18,7 @@ require file_exists(__DIR__.'/vendor/autoload.php')
1818
? __DIR__.'/vendor/autoload.php'
1919
: __DIR__.'/../../autoload.php';
2020

21-
$appVersion = '1.5.8-DEV';
21+
$appVersion = '1.5.8';
2222

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

0 commit comments

Comments
 (0)