From 72d678982668861e0a54bd8dc55ec5c889e3c3bd Mon Sep 17 00:00:00 2001 From: mbugeia Date: Sun, 19 Feb 2017 22:25:54 +0100 Subject: [PATCH] Bump version to v0.9.141 --- README.md | 2 +- scripts/_common.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index 5abd2df..b39c2e2 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ Also, in some cases, Gogs will not restart properly during the update. If so, yo Sources and issues of the old package can be found [here](https://github.com/YunoHost-Apps/gogs_ynh_old/) ## Info -Gogs v0.9.71 +Gogs v0.9.141 - [YunoHost forum thread](https://forum.yunohost.org/t/gogs-package-an-awesome-github-alternative/1127) diff --git a/scripts/_common.sh b/scripts/_common.sh index 5762b12..14a1ef8 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ APPNAME="gogs" # Gogs version -VERSION="0.9.71" +VERSION="0.9.141" # Detect the system architecture to download the right tarball # NOTE: `uname -m` is more accurate and universal than `arch`