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`