change version number of Makefile
This commit is contained in:
parent
a450f3162b
commit
625587bdc3
2
Makefile
2
Makefile
|
@ -1,6 +1,6 @@
|
||||||
BINARY_NAME=rpicontrol
|
BINARY_NAME=rpicontrol
|
||||||
GIT_COMMIT=$(shell git rev-list -1 HEAD --abbrev-commit)-$(shell date +%y%m%d_%H%M%S)
|
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:
|
get:
|
||||||
go get .
|
go get .
|
||||||
|
|
Loading…
Reference in New Issue