Update version to 0.12.1 (#6386)

This commit is contained in:
Nicolas Mowen 2023-05-04 16:55:19 -06:00 committed by GitHub
parent 82aa238eca
commit 85015d9409
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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)