Skip to content

Commit

Permalink
Update version to 0.12.1 (blakeblackshear#6386)
Browse files Browse the repository at this point in the history
  • Loading branch information
NickM-27 committed May 4, 2023
1 parent 82aa238 commit 85015d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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)
Expand Down

0 comments on commit 85015d9

Please sign in to comment.