Merge branch 'hotfix/1.0.1'
This commit is contained in:
commit
89d34e01af
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