diff --git a/Makefile b/Makefile index e1f51df..82849ef 100644 --- a/Makefile +++ b/Makefile @@ -1,6 +1,6 @@ BINARY_NAME=rpicontrol GIT_COMMIT=$(shell git rev-list -1 HEAD --abbrev-commit)-$(shell date +%y%m%d_%H%M%S) -VERSION=1.0.0 +VERSION=1.0.1 get: go get .