From 48482adc8b81fa6ec558f97b5a0c3e4af632a894 Mon Sep 17 00:00:00 2001 From: Tony Murray Date: Mon, 27 Sep 2021 22:20:35 -0500 Subject: [PATCH] Bump version to 21.9.1 --- 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 1cfc116e2d..ee21a5f808 100644 --- a/LibreNMS/Util/Version.php +++ b/LibreNMS/Util/Version.php @@ -31,7 +31,7 @@ use Symfony\Component\Process\Process; class Version { // Update this on release - const VERSION = '21.9.0'; + const VERSION = '21.9.1'; protected $is_git_install = false;