You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
Since
0.2.6
, I'm getting the following error message upon runningbut create
andbut new
:I think the
v
suffix is missing for the version number in the generatedgo.mod
file.The text was updated successfully, but these errors were encountered: