CashScript / cashscript

⚖️ Easily write and interact with Bitcoin Cash smart contracts
https://cashscript.org
MIT License
112 stars 79 forks source link

Automate versioning #120

Closed nathanielCherian closed 2 years ago

nathanielCherian commented 2 years ago

102. Usage: $ python3 bump_version.py 'X.X.X'

Hope this helps!

rkalis commented 2 years ago

Awesome! That should help prevent any manual updating errors! I would prefer to have the script in TypeScript so that the whole repo is TypeScript, but having this Python script at all is definitely a big improvement already!

nathanielCherian commented 2 years ago

Whoops! Just fixed it, I'll close this one and open a new PR.