From 495c0ba1f19968ca293a835e31682f429df9f2bd Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Fri, 4 Dec 2020 21:53:48 -0500 Subject: [PATCH] Fix bad do in bump_version --- bump_version | 1 - 1 file changed, 1 deletion(-) diff --git a/bump_version b/bump_version index d2de5a0bdc..8012ec07f1 100755 --- a/bump_version +++ b/bump_version @@ -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="$(