From 18f4ab2644d800e74c2490e517df96e27506555c Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Fri, 22 Oct 2021 07:15:10 -0500 Subject: [PATCH] version tick --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 64a4fc47b..3a088d2bd 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.9.2-$(COMMIT_HASH)'" > frigate/version.py + echo "VERSION='0.9.3-$(COMMIT_HASH)'" > frigate/version.py web: docker build --tag frigate-web --file docker/Dockerfile.web web/