update jenkins version

This commit is contained in:
InsanusMokrassar 2024-06-20 09:45:05 +06:00
parent 1e1b4c69dc
commit dd35b735c6

View File

@ -1,7 +1,7 @@
#!/bin/bash
if [ -z "$1" ]; then
newVersion="2.452.1"
newVersion="2.452.2"
else
newVersion="$1"
fi