Compare commits

...

2 Commits
v0.0.8 ... main

Author SHA1 Message Date
8e1419b186 ci: push tags on deployment/bumping version 2025-05-25 02:52:27 +02:00
febac2954a chore: bump version to 0.0.8 2025-05-25 02:50:59 +02:00
2 changed files with 2 additions and 1 deletions

View File

@ -1 +1 @@
0.0.7
0.0.8

View File

@ -36,3 +36,4 @@ echo "Version bumped to $NEW_VERSION"
git add VERSION
git tag "v$MAJOR.$MINOR.$PATCH"
git push origin "v$MAJOR.$MINOR.$PATCH"
git push origin --tags