diff --git a/manifest.json b/manifest.json index 2b6a754..b845b7a 100644 --- a/manifest.json +++ b/manifest.json @@ -6,7 +6,7 @@ "en": "Metric & analytic dashboards for monitoring", "fr": "Tableaux de bord de supervision" }, - "version": "10.0.2~ynh1", + "version": "10.0.3~ynh1", "url": "https://grafana.com/oss/grafana/", "upstream": { "license": "AGPL-3.0-only", diff --git a/scripts/_common.sh b/scripts/_common.sh index c6a68e4..e45b7b0 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # Debian package version for Grafana -GRAFANA_VERSION="10.0.2" +GRAFANA_VERSION="10.0.3" # dependencies used by the app pkg_dependencies="influxdb"