From 922800fbf356475e8c5ae629a14f9e8b45406649 Mon Sep 17 00:00:00 2001 From: Hardy Ferentschik Date: Tue, 26 Oct 2021 12:17:35 +0200 Subject: [PATCH] Upgrades Grafana to 7.3.0 Change-type: patch --- download.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/download.sh b/download.sh index fbf0288..ff80c96 100755 --- a/download.sh +++ b/download.sh @@ -1,6 +1,6 @@ #!/bin/sh -version="7.1.3" +version="7.3.0" outfile="/tmp/grafana.deb" download_base="https://dl.grafana.com/oss/release/" case $1 in