diff --git a/Makefile b/Makefile index 2e1ea532..127f6766 100644 --- a/Makefile +++ b/Makefile @@ -1,4 +1,4 @@ -VERSION=0.0.1 +VERSION=0.1.0 BUILD_COMMAND=go build -ldflags "-X main.version=$(VERSION)" CLIENT_BUILD_COMMAND=go build -ldflags "-X main.version=$(VERSION)" PACKAGES=./routes ./models ./store ./auth ./cli ./client diff --git a/cli/main.go b/cli/main.go index 1d8df918..dd74cc3d 100644 --- a/cli/main.go +++ b/cli/main.go @@ -55,6 +55,7 @@ func main() { app := cli.NewApp() app.Name = "draupnir" + app.Version = version app.Usage = "A client for draupnir" app.Commands = []cli.Command{ {