diff --git a/tag.bat b/tag.bat new file mode 100644 index 0000000..51badaf --- /dev/null +++ b/tag.bat @@ -0,0 +1,3 @@ +git tag v0.1.0 + +git push origin --tags \ No newline at end of file