From c18f0994819268eb33082c9f24db1cf0cfdee7ad Mon Sep 17 00:00:00 2001 From: Open Computing Facility Date: Wed, 12 Jul 2023 07:55:12 -0700 Subject: [PATCH] automatically bump version to 10.0.2 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 37959dc..7510cdf 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.0.1 +GF_VERSION := 10.0.2 .PHONY: dev dev: cook-image