From 4b9f185391485608ab9b3837110549165ff32169 Mon Sep 17 00:00:00 2001 From: w1nst0n Date: Fri, 17 Jul 2020 20:40:53 +0000 Subject: [PATCH] Update the version number to 2.4.1 --- debloat_script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debloat_script.sh b/debloat_script.sh index d3b1830..d241ac8 100755 --- a/debloat_script.sh +++ b/debloat_script.sh @@ -32,7 +32,7 @@ done main() { - readonly VERSION="v2.4 (July 16th 2020)" + readonly VERSION="v2.4.1 (July 17th 2020)" readonly PAD=$(((48-${#VERSION})/2)) readonly BRAND="$(get_brand)"