From 2a42bf714fc095fbe1bf7d3d1a093b66e8a87b42 Mon Sep 17 00:00:00 2001 From: Tony Murray Date: Sun, 19 May 2024 22:53:54 -0500 Subject: [PATCH] Bump version to 24.5.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 5466e51849..9af079c3ec 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.4.0'; + public const VERSION = '24.5.0'; /** @var Git convenience instance */ public $git;