mirror of
https://github.com/jellyfin/jellyfin-web
synced 2025-03-30 19:56:21 +00:00
Update bump_version
Co-Authored-By: Vasily <JustAMan@users.noreply.github.com>
This commit is contained in:
parent
847273a3c9
commit
f6b2ea287c
1 changed files with 1 additions and 1 deletions
|
@ -27,7 +27,7 @@ old_version="$(
|
|||
grep "appVersion" ${shared_version_file} | head -1 \
|
||||
| sed -E 's/var appVersion = "([0-9\.]+)";/\1/'
|
||||
)"
|
||||
echo $old_version
|
||||
echo "Old version in appHost is: $old_version"
|
||||
|
||||
# Set the shared version to the specified new_version
|
||||
old_version_sed="$( sed 's/\./\\./g' <<<"${old_version}" )" # Escape the '.' chars
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue