change version number of Makefile

This commit is contained in:
Thomas Vogl 2023-01-08 11:13:29 +01:00
parent a450f3162b
commit 625587bdc3
1 changed files with 1 additions and 1 deletions

View File

@ -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 .