Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

0.9.2 #2026

Merged
merged 13 commits into from
Oct 20, 2021
Next Next commit
version tick
  • Loading branch information
blakeblackshear committed Oct 15, 2021
commit c0e2a75715eeeac8e1f8c594a6849a808391f824
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.1-$(COMMIT_HASH)'" > frigate/version.py
echo "VERSION='0.9.2-$(COMMIT_HASH)'" > frigate/version.py

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