Merge pull request #4662 from joshuaboniface/fix-bump-version

Fix bad do in bump_version
pull/4669/head
Joshua M. Boniface 4 years ago committed by GitHub
commit e3a1991fe9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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