From 7235851439dda7ab2f0ee91a61580ca550f585b2 Mon Sep 17 00:00:00 2001 From: Drew Bonasera Date: Wed, 23 Oct 2024 17:06:56 -0400 Subject: [PATCH] Version Bump! --- pishrink.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pishrink.sh b/pishrink.sh index 83cf8f2..a938454 100755 --- a/pishrink.sh +++ b/pishrink.sh @@ -4,7 +4,7 @@ # Description: PiShrink is a bash script that automatically shrink a pi image that will then resize to the max size of the SD card on boot. # Link: https://github.com/Drewsif/PiShrink -version="v24.10.10" +version="v24.10.23" CURRENT_DIR="$(pwd)" SCRIPTNAME="${0##*/}"