From 3abb4a6d131488384215835f6bbf63186fd24f07 Mon Sep 17 00:00:00 2001 From: Behnam Ahmadi <125322119+B3H1Z@users.noreply.github.com> Date: Fri, 27 Oct 2023 05:30:11 +0330 Subject: [PATCH] Update update.sh --- update.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update.sh b/update.sh index 3209f2f..3a99772 100644 --- a/update.sh +++ b/update.sh @@ -1,6 +1,6 @@ #!/bin/bash # shellcheck disable=SC2034 -target_version="6.1.1" +target_version="6.1.3" # Define text colors GREEN='\033[0;32m'