diff --git a/Makefile b/Makefile index 6ec1221..5819976 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ GOFILES = $(shell find . -name '*.go') -VERSION="0.0.0" +VERSION="0.0.1" default: release