diff --git a/Makefile b/Makefile index ffd14a2..827ffb0 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ SOURCES := $(shell find $(SOURCEDIR) -name '*.go') BINARY=cowyo -VERSION=1.1.0 +VERSION=1.1.2 BUILD_TIME=`date +%FT%T%z` BUILD=`git rev-parse HEAD`