Skip to content

Commit

Permalink
versioned
Browse files Browse the repository at this point in the history
  • Loading branch information
n0nag0n committed May 4, 2024
1 parent 77ac414 commit 06e1fa2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runway
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ if(file_exists($cwd.'/.runway-config.json') === false) {

$config = json_decode(file_get_contents($cwd.'/.runway-config.json'), true);

$consoleApp = new Ahc\Cli\Application('runway', '0.2.1');
$consoleApp = new Ahc\Cli\Application('runway', '0.2.2');

$cwd = getcwd();
$paths = [
Expand Down

0 comments on commit 06e1fa2

Please sign in to comment.