From e5e2633fbb4f6e9207faa638afbf050a3e4f70b8 Mon Sep 17 00:00:00 2001 From: Tony Murray Date: Sun, 22 Aug 2021 15:49:45 -0500 Subject: [PATCH] Bump version to 21.8.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 23fe6b1d6b..b8ab651653 100644 --- a/LibreNMS/Util/Version.php +++ b/LibreNMS/Util/Version.php @@ -30,7 +30,7 @@ use Symfony\Component\Process\Process; class Version { // Update this on release - const VERSION = '21.7.0'; + const VERSION = '21.8.0'; protected $is_git_install = false;