increment version

This commit is contained in:
Blake Blackshear 2023-04-08 09:52:30 -05:00 committed by William Lam
parent 76dbab6a8b
commit 52facaaf65

View File

@ -1,7 +1,7 @@
default_target: local
COMMIT_HASH := $(shell git log -1 --pretty=format:"%h"|tail -1)
VERSION = 0.12.1
VERSION = 0.13.0
IMAGE_REPO ?= ghcr.io/blakeblackshear/frigate
CURRENT_UID := $(shell id -u)
CURRENT_GID := $(shell id -g)