diff --git a/scripts/_common.sh b/scripts/_common.sh index 3d32265..5f22ea5 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ APPNAME="gogs" # Gogs version -VERSION="0.10.1" +VERSION="0.10.8" # Detect the system architecture to download the right tarball # NOTE: `uname -m` is more accurate and universal than `arch`