Compare commits

..

No commits in common. "main" and "v0.0.8" have entirely different histories.
main ... v0.0.8

2 changed files with 1 additions and 2 deletions

View File

@ -1 +1 @@
0.0.8
0.0.7

View File

@ -36,4 +36,3 @@ 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