tursodatabase / turso-cli

Command line interface to Turso.
https://turso.tech
MIT License
215 stars 35 forks source link

`turso --version` shows a commit hash instead of traditional version number #55

Closed CodingDoug closed 1 year ago

CodingDoug commented 1 year ago
$ turso --version
turso version 842ea6d

Was expecting to see something like "0.16".

haaawk commented 1 year ago

That's because the code expects tag to be v[0-9]+.[0-9]+.[0-9]

Let's go back to convention v0.16.0

penberg commented 1 year ago

Fixed by using the usual tagging convention.