From 0465c510558d83e225d71276738165e4cd0ba259 Mon Sep 17 00:00:00 2001 From: Jimmy Monin Date: Sat, 13 Feb 2021 14:08:04 +0100 Subject: [PATCH] Upgrade to upstream version 7.4.1 --- README.md | 2 +- manifest.json | 2 +- scripts/_common.sh | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 1589d78..9eb4e01 100644 --- a/README.md +++ b/README.md @@ -13,7 +13,7 @@ NetData only collects, displays and sets alarms based on data from the last hour Note: You can use it without NetData, but you'll have to install a collection application (e.g. collectd) to gather data. -**Shipped version:** 7.4.0 +**Shipped version:** 7.4.1 ## Screenshots diff --git a/manifest.json b/manifest.json index d5324bf..3913136 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Beautiful metric & analytic dashboards for monitoring", "fr": "Tableaux de bords de supervision" }, - "version": "7.4.0~ynh1", + "version": "7.4.1~ynh1", "license": "Apache-2.0", "url": "http://grafana.org/", "maintainer": { diff --git a/scripts/_common.sh b/scripts/_common.sh index 1bffec6..e67f973 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # Debian package version for Grafana -GRAFANA_VERSION="7.4.0" +GRAFANA_VERSION="7.4.1" # dependencies used by the app pkg_dependencies="influxdb"