chore: bump version to 0.1.0
Some checks failed
Rust / build_and_test (push) Failing after 25s

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

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