From 37db4070ce59a0113af6bfc8d2dbec9f84229802 Mon Sep 17 00:00:00 2001 From: Blake Blackshear Date: Sat, 8 Apr 2023 09:52:30 -0500 Subject: [PATCH] increment version --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 506b11247..c26c86bf2 100644 --- a/Makefile +++ b/Makefile @@ -1,7 +1,7 @@ default_target: local COMMIT_HASH := $(shell git log -1 --pretty=format:"%h"|tail -1) -VERSION = 0.12.0 +VERSION = 0.13.0 IMAGE_REPO ?= ghcr.io/blakeblackshear/frigate CURRENT_UID := $(shell id -u) CURRENT_GID := $(shell id -g)