From 2fe6824472b24adeab2078d9e4a603caf592c22c Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Wed, 22 Nov 2023 10:08:18 -0700 Subject: [PATCH] chore: bump version to 1.2.8 --- webi/webi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webi/webi.sh b/webi/webi.sh index cdf35eb99..cd7d12f97 100755 --- a/webi/webi.sh +++ b/webi/webi.sh @@ -152,7 +152,7 @@ __webi_main() { my_checksum="$( fn_checksum )" - my_version=v1.2.7 + my_version=v1.2.8 printf "\e[35mwebi\e[32m %s\e[0m Copyright 2020+ AJ ONeal\n" "${my_version} (${my_checksum})" printf " \e[36mhttps://webinstall.dev/webi\e[0m\n" }