diff --git a/Makefile b/Makefile index 33c0873..4993b01 100644 --- a/Makefile +++ b/Makefile @@ -8,4 +8,4 @@ all: go build -trimpath -o bin/$(EXECNAME) src/main.go release: - go build -trimpath -o bin/$(EXECNAME) -ldflags "-X main.version=1.2.0" src/main.go \ No newline at end of file + go build -trimpath -o bin/$(EXECNAME) -ldflags "-X main.version=1.3.0" src/main.go \ No newline at end of file