mudler / luet

:package: :whale: 0-dependency Container-based Package Manager using SAT solver and QLearning
https://luet.io
GNU General Public License v3.0
253 stars 24 forks source link

Luet v0.35.1 show incorrect version as v0.34.0 #352

Closed nianyush closed 3 months ago

nianyush commented 3 months ago

https://github.com/kairos-io/kairos/issues/2370#issuecomment-2008696336

jimmykarily commented 3 months ago

Needs to be passed wtih ldflags like the rest: https://github.com/mudler/luet/blob/4c788ccbd18e287c15c9610594daa533b53ffdad/cmd/root.go#L33

so that it gets it from the latest tag.

nianyush commented 3 months ago

fixed by https://github.com/mudler/luet/pull/353