From dbd879d1c8696a25b0139317490d80321826e731 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?E=CC=81ric=20Gaspar?= <46165813+ericgaspar@users.noreply.github.com> Date: Thu, 4 Jan 2024 19:38:12 +0100 Subject: [PATCH] Update _common.sh --- scripts/_common.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/_common.sh b/scripts/_common.sh index c7f3f74..579b329 100644 --- a/scripts/_common.sh +++ b/scripts/_common.sh @@ -5,7 +5,7 @@ #================================================= # Debian package version for Grafana -GRAFANA_VERSION="$(ynh_read_manifest --key='version' | | cut -d~ -f1)" +GRAFANA_VERSION="10.2.3" #================================================= # PERSONAL HELPERS