From 8d94f1b8b052b25b82a80f9af04434eb5a7f106e Mon Sep 17 00:00:00 2001 From: leeboby Date: Fri, 4 Dec 2020 17:43:22 +0800 Subject: [PATCH] Switch REVISION to 2.1.0 --- scripts/main.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/main.sh b/scripts/main.sh index be2e785..6515c46 100755 --- a/scripts/main.sh +++ b/scripts/main.sh @@ -22,7 +22,7 @@ umask 002 # destination DEST="${SRC}"/output -REVISION="2.0.8" +REVISION="2.1.0" [[ $DOWNLOAD_MIRROR == "china" ]] && NTP_SERVER="cn.pool.ntp.org"