Skip to content

Commit

Permalink
[skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
mrhotio committed Feb 7, 2024
1 parent 7b2c94b commit c3ebcdb
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
4 changes: 2 additions & 2 deletions update-versions.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit c3ebcdb

Please sign in to comment.