From 0da4b5d7cd8bfb81c70d36867e6f93fd5fe9b94e Mon Sep 17 00:00:00 2001 From: AJ ONeal Date: Tue, 21 Nov 2023 14:17:42 -0700 Subject: [PATCH] chore: bump version to 1.2.7 --- webi/webi.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webi/webi.sh b/webi/webi.sh index cd83b0237..cdf35eb99 100755 --- a/webi/webi.sh +++ b/webi/webi.sh @@ -152,7 +152,7 @@ __webi_main() { my_checksum="$( fn_checksum )" - my_version=v1.2.0 + my_version=v1.2.7 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" }