From 2a09ceb60f95da1020c6af468cce44680d19cfcf Mon Sep 17 00:00:00 2001 From: Moul Date: Tue, 4 Apr 2017 09:14:20 +0200 Subject: [PATCH] [enh] upgrade to v0.11. --- README.md | 2 +- manifest.json | 2 +- scripts/_common.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index b39c2e2..5528380 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.141 +Gogs v0.11 - [YunoHost forum thread](https://forum.yunohost.org/t/gogs-package-an-awesome-github-alternative/1127) diff --git a/manifest.json b/manifest.json index 88d7625..79d1462 100644 --- a/manifest.json +++ b/manifest.json @@ -9,7 +9,7 @@ }, "url": "http://gogs.io", "license": "MIT", - "version": "0.10.18", + "version": "0.11", "maintainer": { "name": "tostaki", "email": "maxime@max.privy.place" diff --git a/scripts/_common.sh b/scripts/_common.sh index e672d68..083a98f 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ APPNAME="gogs" # Gogs version -VERSION="0.10.18" +VERSION="0.11" # Detect the system architecture to download the right tarball # NOTE: `uname -m` is more accurate and universal than `arch`