livebud / bud

The Full-Stack Web Framework for Go
MIT License
5.57k stars 180 forks source link

invalid: unknown revision since 0.2.6 #360

Closed cloudlena closed 1 year ago

cloudlena commented 1 year ago

Since 0.2.6, I'm getting the following error message upon running but create and but new:

$ buds3 bud new controller todo
| /home/lena/projects/todos/go.mod:6:2: require github.com/livebud/bud: version "0.2.6" invalid: must be of the form v1.2.3

I think the v suffix is missing for the version number in the generated go.mod file.

matthewmueller commented 1 year ago

Thanks for the heads up! Just fixed this in #360 and added a test so this doesn't happen again. 0.2.7 will be coming shortly.

matthewmueller commented 1 year ago

0.2.7 is out!