From 78aad56a72a39b05b5816f194d495277650240e7 Mon Sep 17 00:00:00 2001 From: Moul Date: Wed, 8 Mar 2017 21:26:26 +0100 Subject: [PATCH] [mod] update to v0.10.8. --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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`