From 8b826eb233d4381eb6ecb0b514328cfa3b231a2f Mon Sep 17 00:00:00 2001 From: Ivan Grynenko Date: Wed, 5 Feb 2025 10:20:38 +1100 Subject: [PATCH] chore: Bump scaffold installer version to 1.0.20 --- scaffold-installer.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scaffold-installer.php b/scaffold-installer.php index 97d3d0c..abecbd1 100644 --- a/scaffold-installer.php +++ b/scaffold-installer.php @@ -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;