diff --git a/README.md b/README.md index d42bcf6..9d0ae8f 100644 --- a/README.md +++ b/README.md @@ -17,7 +17,7 @@ If you don't have YunoHost, please consult [the guide](https://yunohost.org/#/in CI runner of YunoHost -**Shipped version:** 2022.01.18~ynh2 +**Shipped version:** 2023.01.19~ynh1 ## Screenshots diff --git a/README_fr.md b/README_fr.md index 5026474..634966b 100644 --- a/README_fr.md +++ b/README_fr.md @@ -17,7 +17,7 @@ Si vous n’avez pas YunoHost, regardez [ici](https://yunohost.org/#/install) po Runner d'intégration continue de YunoHost -**Version incluse :** 2022.01.18~ynh2 +**Version incluse :** 2023.01.19~ynh1 ## Captures d’écran diff --git a/manifest.json b/manifest.json index 3c6b82c..f6f2718 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "CI runner of YunoHost", "fr": "Runner d'intégration continue de YunoHost" }, - "version": "2022.01.18~ynh2", + "version": "2023.01.19~ynh1", "url": "https://github.com/YunoHost/yunorunner", "upstream": { "license": "GPL-3.0-or-later", diff --git a/scripts/_common.sh b/scripts/_common.sh index 9ac0539..1576e91 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -9,7 +9,7 @@ pkg_dependencies="python3-venv python3-dev python3-pip sqlite3 wkhtmltopdf optip yunorunner_repository="https://github.com/YunoHost/yunorunner" -yunorunner_release="c851f73ed0d24584588ee732ed1ebccd4866fad9" +yunorunner_release="391720754114f5fef443785b221fb7444a457317" #================================================= # PERSONAL HELPERS