diff --git a/Makefile b/Makefile index ac9a6cf..a158aae 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ NAME=PTDog BINDIR=bin -VERSION=1.0 +VERSION=1.0.0 GOBUILD=CGO_ENABLED=0 go build -trimpath -ldflags '-w -s' all: linux-amd64 darwin-amd64 windows-amd64 diff --git a/app/app.go b/app/app.go index de43d1a..d858fb3 100644 --- a/app/app.go +++ b/app/app.go @@ -8,7 +8,7 @@ import ( ) const ( - Version = "v1.0" + Version = "v1.0.0" ) type App struct {