diff --git a/VERSION.json b/VERSION.json index b9d302b2b..a242cbebb 100644 --- a/VERSION.json +++ b/VERSION.json @@ -11,5 +11,5 @@ "upstream_image": "ghcr.io/hotio/base", "upstream_tag": "alpinevpn", "version": "4.6.3", - "vuetorrent_version": "v2.6.0" + "vuetorrent_version": "2.6.0" } diff --git a/update-versions.sh b/update-versions.sh index 5de4c370d..8fbc26ae5 100644 --- a/update-versions.sh +++ b/update-versions.sh @@ -8,6 +8,6 @@ json=$(cat VERSION.json) jq --sort-keys \ --arg version "${version//v/}" \ --arg full_version "${full_version}" \ - --arg vuetorrent_version "${vuetorrent_version}" \ - --arg nightwalker_version "${nightwalker_version}" \ + --arg vuetorrent_version "${vuetorrent_version//v/}" \ + --arg nightwalker_version "${nightwalker_version//v/}" \ '.version = $version | .full_version = $full_version | .vuetorrent_version = $vuetorrent_version | .nightwalker_version = $nightwalker_version' <<< "${json}" | tee VERSION.json