Fix bad do in bump_version

pull/4662/head
Joshua M. Boniface 3 years ago
parent 6aed4b6e32
commit 495c0ba1f1

@ -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…
Cancel
Save