From bea0389938ef31cdfe7ea383e5a4e8a7ef16df4e Mon Sep 17 00:00:00 2001 From: Tony Murray Date: Thu, 24 Nov 2022 00:01:26 -0600 Subject: [PATCH] Bump version to 22.11.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 70a2aa9d5e..78b744722e 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.10.0'; + public const VERSION = '22.11.0'; /** @var Git convenience instance */ public $git;