From 3bfe7794254428e8e6af98cca9fbadc78f9b672c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lukas=20W=C3=B6lfer?= Date: Sat, 11 Apr 2026 14:55:08 +0200 Subject: [PATCH] chore: bump version to 0.1.0 --- scripts/bump.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/bump.sh b/scripts/bump.sh index dbcb7f8..947aba6 100644 --- a/scripts/bump.sh +++ b/scripts/bump.sh @@ -14,7 +14,7 @@ if [ "${CONFIRM}" != "Y" ]; then exit 1 fi -git commit -am "chore: bump version to ${VERSION}" +git commit --allow-empty -am "chore: bump version to ${VERSION}" git tag -am "Version ${VERSION}" "${VERSION}" echo Press Y to push commit and tag