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

Commit

Permalink
Prepare the 1.5.11 release
Browse files Browse the repository at this point in the history
  • Loading branch information
javiereguiluz committed Apr 1, 2018
1 parent fc03255 commit bd73c8b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion symfony
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ require file_exists(__DIR__.'/vendor/autoload.php')
? __DIR__.'/vendor/autoload.php'
: __DIR__.'/../../autoload.php';

$appVersion = '1.5.11-DEV';
$appVersion = '1.5.11';

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

0 comments on commit bd73c8b

Please # to comment.