From 6c8b184d2c4091098803b2ff911989f6ccda656f Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Wed, 6 Oct 2021 06:11:36 -0500 Subject: [PATCH] version tick --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index d11f9359a..fb1a1447f 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.4-$(COMMIT_HASH)'" > frigate/version.py + echo "VERSION='0.10.0-$(COMMIT_HASH)'" > frigate/version.py web: docker build --tag frigate-web --file docker/Dockerfile.web web/