From 9088a34299ee4e41d0767e63e771a2c19d9ed067 Mon Sep 17 00:00:00 2001 From: Tony Murray Date: Fri, 19 Apr 2024 20:52:35 -0500 Subject: [PATCH] Bump version to 24.4.0 --- LibreNMS/Util/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LibreNMS/Util/Version.php b/LibreNMS/Util/Version.php index 1042ad78b1..5466e51849 100644 --- a/LibreNMS/Util/Version.php +++ b/LibreNMS/Util/Version.php @@ -34,7 +34,7 @@ use Symfony\Component\Process\Process; class Version { /** @var string Update this on release */ - public const VERSION = '24.3.0'; + public const VERSION = '24.4.0'; /** @var Git convenience instance */ public $git;