From cc8dc621d1f709e9d7037b5d17064fc83128cbaa Mon Sep 17 00:00:00 2001 From: Open Computing Facility Date: Sun, 1 Oct 2023 07:55:08 -0700 Subject: [PATCH] automatically bump version to 10.1.4 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 7d91271..42ddd2d 100644 --- a/Makefile +++ b/Makefile @@ -3,7 +3,7 @@ DOCKER_TAG = docker-push.ocf.berkeley.edu/grafana:$(DOCKER_REVISION) RANDOM_PORT := $(shell expr $$(( 8000 + (`id -u` % 1000) + 2 ))) # OCF-UPDATE-CHECK relmon=13916 -GF_VERSION := 10.1.1 +GF_VERSION := 10.1.4 .PHONY: dev dev: cook-image