Skip to content

Commit

Permalink
version tick
Browse files Browse the repository at this point in the history
  • Loading branch information
blakeblackshear committed Oct 24, 2021
1 parent 5e692ac commit 76142e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ default_target: amd64_frigate
COMMIT_HASH := $(shell git log -1 --pretty=format:"%h"|tail -1)

version:
echo "VERSION='0.9.3-$(COMMIT_HASH)'" > frigate/version.py
echo "VERSION='0.9.4-$(COMMIT_HASH)'" > frigate/version.py

web:
docker build --tag frigate-web --file docker/Dockerfile.web web/
Expand Down

0 comments on commit 76142e9

Please sign in to comment.