Skip to content

Commit

Permalink
Bump version to 1.4.3
Browse files Browse the repository at this point in the history
  • Loading branch information
Maxime Rainville committed Jul 13, 2019
1 parent ba2b455 commit c5f0fa4
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.2';
$version = '1.4.3';
$dotEnvPath = __DIR__ . '/../.env';
if (file_exists($dotEnvPath)) {
$env = new Parser(file_get_contents($dotEnvPath));
Expand Down

0 comments on commit c5f0fa4

Please sign in to comment.