diff --git a/bin/release b/bin/release index 71cd385c8..2824ad1e0 100755 --- a/bin/release +++ b/bin/release @@ -61,7 +61,7 @@ build() { fi ## Run tests with the distributables, including version check - v=$(./app/app -version | grep -o '[0-9].*') + v=$(./app/scope-app -version | grep -o '[0-9].*') if ! [ "$v" == "$VERSION" ]; then echo "Version of distributable "$v" does not match release version $VERSION" >&2 exit 1