From 040ebcf9171ba646f58fc875c68bc7f48f60c185 Mon Sep 17 00:00:00 2001 From: Tony Murray Date: Tue, 24 Jan 2023 10:43:30 -0600 Subject: [PATCH] Bump version to 23.1.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 cc27570fc4..5ebb082263 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 = '22.12.0'; + public const VERSION = '23.1.0'; /** @var Git convenience instance */ public $git;