Skip to content

Commit

Permalink
BUG Increment version to 1.4.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Rainville authored and maxime-rainville committed Apr 11, 2019
1 parent 2028df1 commit 8422628
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/upgrade-code
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ use Symfony\Component\Console\Application;
use M1\Env\Parser;

// Get Upgrader version from environment file
$version = '1.4.0';
$version = '1.4.1';
$dotEnvPath = __DIR__ . '/../.env';
if (file_exists($dotEnvPath)) {
$env = new Parser(file_get_contents($dotEnvPath));
Expand Down

0 comments on commit 8422628

Please sign in to comment.