Skip to content

Commit

Permalink
chore: Bump scaffold installer version to 1.0.20
Browse files Browse the repository at this point in the history
  • Loading branch information
ivangrynenko committed Feb 4, 2025
1 parent 5063d0b commit 8b826eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scaffold-installer.php
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
namespace SalsaDigital\ScaffoldToolkit;

class ScaffoldInstaller {
private string $version = '1.0.19';
private string $version = '1.0.20';
private bool $dryRun = false;
private bool $force = false;
private bool $nonInteractive = false;
Expand Down

0 comments on commit 8b826eb

Please sign in to comment.