From 0e8467782bb8497c03a8bfe7d812ac996acff90b Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Tue, 23 Feb 2021 20:34:19 -0600 Subject: [PATCH] version tick --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d06e7d459..eb6e9b49a 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ default_target: amd64_frigate COMMIT_HASH := $(shell git log -1 --pretty=format:"%h"|tail -1) version: - echo "VERSION='0.8.3-$(COMMIT_HASH)'" > frigate/version.py + echo "VERSION='0.8.4-$(COMMIT_HASH)'" > frigate/version.py web: docker build --tag frigate-web --file docker/Dockerfile.web web/