From 3937fe31db19c728335c57a0b1d901e5a3a9a0d0 Mon Sep 17 00:00:00 2001 From: w1nst0n Date: Tue, 20 Oct 2020 22:00:21 +0200 Subject: [PATCH] Bump script version number to v2.7 --- debloat_script.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/debloat_script.sh b/debloat_script.sh index 8ce1f7f..12bd081 100755 --- a/debloat_script.sh +++ b/debloat_script.sh @@ -35,7 +35,7 @@ done main() { - readonly VERSION="v2.6 (September 18th 2020)" + readonly VERSION="v2.7 (October 4th 2020)" readonly PAD=$(((48-${#VERSION})/2)) readonly BRAND="$(get_brand)"