From dd35b735c6d07205606c71a8741a1ea715a4cc93 Mon Sep 17 00:00:00 2001 From: InsanusMokrassar Date: Thu, 20 Jun 2024 09:45:05 +0600 Subject: [PATCH] update jenkins version --- autoupdate.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/autoupdate.sh b/autoupdate.sh index 8ecd49a..9081938 100755 --- a/autoupdate.sh +++ b/autoupdate.sh @@ -1,7 +1,7 @@ #!/bin/bash if [ -z "$1" ]; then - newVersion="2.452.1" + newVersion="2.452.2" else newVersion="$1" fi