diff --git a/scripts/_common.sh b/scripts/_common.sh index 0dff24f..51284de 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -7,7 +7,7 @@ # dependencies used by the app latest_tag=$(curl -s https://api.github.com/repos/firefly-iii/firefly-iii/releases/latest | grep 'tag_name' | cut -d\" -f4) -tag="5.5.11" +tag=$(ynh_app_upstream_version) YNH_PHP_VERSION="8.0"