From 1cbec051e1171de5a8ed1e850eb4fb3506114da5 Mon Sep 17 00:00:00 2001 From: Moul Date: Tue, 14 Mar 2017 21:09:02 +0100 Subject: [PATCH] [enh] upgrade to 0.10.18. --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index 5f22ea5..e672d68 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ APPNAME="gogs" # Gogs version -VERSION="0.10.8" +VERSION="0.10.18" # Detect the system architecture to download the right tarball # NOTE: `uname -m` is more accurate and universal than `arch`