diff --git a/bb64/publish.sh b/bb64/publish.sh index f89bffe..26ff998 100755 --- a/bb64/publish.sh +++ b/bb64/publish.sh @@ -13,7 +13,7 @@ if [ "$ARCH" = "aarch64" ]; then fi # Increment version -VERSION_FILE="${SCRIPT_DIR}/src/version.hpp" +VERSION_FILE="${SCRIPT_DIR}/src/version.h" if [ ! -f "${VERSION_FILE}" ]; then echo "${VERSION_FILE} not found!" >&2 exit 1