luet/main.go
Dimitris Karakasilis f3480f8f8d
Don't hardcode the version (#353)
and add a `version` command that only prints the version (without the
build time)

Signed-off-by: Dimitris Karakasilis <dimitris@karakasilis.me>
2024-03-21 09:25:47 +01:00

8 lines
82 B
Go

package main
import "github.com/mudler/luet/cmd"
func main() {
cmd.Execute()
}