increment version

This commit is contained in:
Blake Blackshear 2021-01-31 06:20:59 -06:00
parent 45526a7652
commit d376f6b1d2

View File

@ -3,7 +3,7 @@ default_target: amd64_frigate
COMMIT_HASH := $(shell git log -1 --pretty=format:"%h"|tail -1)
version:
echo "VERSION='0.8.0-$(COMMIT_HASH)'" > frigate/version.py
echo "VERSION='0.8.1-$(COMMIT_HASH)'" > frigate/version.py
web:
docker build --tag frigate-web --file docker/Dockerfile.web web/