From 8f0d7427e6bd2877303f7681e12fca664aff6cbb Mon Sep 17 00:00:00 2001 From: Open Computing Facility Date: Wed, 15 Nov 2023 06:55:16 -0800 Subject: [PATCH] automatically bump version to 10.2.1 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index ef8b23f..dc4b71b 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.2.0 +GF_VERSION := 10.2.1 .PHONY: dev dev: cook-image