chore: bump version to 0.1.0

This commit is contained in:
Lukas Wölfer
2026-04-11 14:55:08 +02:00
parent 395099d0ee
commit e3f80bd636

View File

@@ -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