From c22b74d46b307979a5b6a28b1a3a54e68b3152c4 Mon Sep 17 00:00:00 2001 From: Tony Murray Date: Thu, 26 Oct 2023 22:47:36 -0500 Subject: [PATCH] Bump version to 23.10.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 1b14e99050..157ef96bb9 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 = '23.9.1'; + public const VERSION = '23.10.0'; /** @var Git convenience instance */ public $git;