1
0
Fork 0
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:
Joshua M. Boniface 2020-04-25 22:14:45 -04:00 committed by GitHub
parent c867677d70
commit 5ef81ab41e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -22,7 +22,7 @@ build_file="./build.yaml"
new_version="$1"
# Parse the version from the AssemblyVersion
# Parse the version from shared version file
old_version="$(
grep "appVersion" ${shared_version_file} | head -1 \
| sed -E 's/var appVersion = "([0-9\.]+)";/\1/'