Update version to 0.12.1 (#6386)

This commit is contained in:
Nicolas Mowen
2023-05-04 17:55:19 -05:00
committed by GitHub
parent 82aa238eca
commit 85015d9409
+1 -1
View File
@@ -1,7 +1,7 @@
default_target: local
COMMIT_HASH := $(shell git log -1 --pretty=format:"%h"|tail -1)
VERSION = 0.12.0
VERSION = 0.12.1
IMAGE_REPO ?= ghcr.io/blakeblackshear/frigate
CURRENT_UID := $(shell id -u)
CURRENT_GID := $(shell id -g)