From 57984473a710c76bfc3a280673d6e2d0739a290f Mon Sep 17 00:00:00 2001 From: yunohost-bot Date: Thu, 26 Jan 2023 06:11:57 +0000 Subject: [PATCH] Upgrade to v9.3.4 --- manifest.json | 2 +- scripts/_common.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/manifest.json b/manifest.json index 1a774fd..308628b 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Metric & analytic dashboards for monitoring", "fr": "Tableaux de bord de supervision" }, - "version": "9.3.2~ynh1", + "version": "9.3.4~ynh1", "url": "https://grafana.com/oss/grafana/", "upstream": { "license": "AGPL-3.0-only", diff --git a/scripts/_common.sh b/scripts/_common.sh index ae4ad9d..2b279b5 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # Debian package version for Grafana -GRAFANA_VERSION="9.3.2" +GRAFANA_VERSION="9.3.4" # dependencies used by the app pkg_dependencies="influxdb"