mirror of
https://github.com/jellyfin/jellyfin.git
synced 2025-07-09 03:04:24 -04:00
Merge pull request #4662 from joshuaboniface/fix-bump-version
Fix bad do in bump_version (cherry picked from commit e3a1991fe9a89ec717c7e773b548303c3999f7ea) Signed-off-by: Joshua M. Boniface <joshua@boniface.me>
This commit is contained in:
parent
79472dce70
commit
2a2630098b
@ -49,7 +49,6 @@ sed -i "s/${old_version_sed}/${new_version}/g" ${build_file}
|
||||
|
||||
# update nuget package version
|
||||
for subproject in ${jellyfin_subprojects[@]}; do
|
||||
do
|
||||
echo ${subproject}
|
||||
# Parse the version from the *.csproj file
|
||||
old_version="$(
|
||||
|
Loading…
x
Reference in New Issue
Block a user