Skip to content

New Release

Abhijeet Rastogi edited this page Sep 29, 2024 · 1 revision

Below are instructions around how to push new version.

  • Create a new tag
git tag -a v0.0.41 -m "Fix bug around parsing"
  • Push new tag
git push origin tag v0.0.41
Clone this wiki locally