diff --git a/scripts/update-version.sh b/scripts/update-version.sh index a71067e..12322e9 100644 --- a/scripts/update-version.sh +++ b/scripts/update-version.sh @@ -1,7 +1,7 @@ #!/bin/bash version="${1:-}" -csprojPath="${2:-src/StevanFreeborn.Results/StevanFreeborn.Results.csproj}" +csprojPath="${2:-src/StevanFreeborn.Options/StevanFreeborn.Options.csproj}" if [[ -z "$version" ]]; then echo "Error: Version is required"