Update Makefile for 0.13.2 (#9687)

pull/9775/head
Nicolas Mowen 3 months ago committed by GitHub
parent 34fb1c2ef5
commit 97a619eaf0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      Makefile

@ -1,7 +1,7 @@
default_target: local
COMMIT_HASH := $(shell git log -1 --pretty=format:"%h"|tail -1)
VERSION = 0.13.1
VERSION = 0.13.2
IMAGE_REPO ?= ghcr.io/blakeblackshear/frigate
GITHUB_REF_NAME ?= $(shell git rev-parse --abbrev-ref HEAD)
CURRENT_UID := $(shell id -u)

Loading…
Cancel
Save