From 9fdea8c3b50ee6a5001edceebaaf956066dce173 Mon Sep 17 00:00:00 2001 From: Tony Murray Date: Thu, 30 Jul 2020 00:27:39 -0500 Subject: [PATCH] Bump version to 1.66 --- 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 7fe0949b3a..49f9157cb9 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 = '1.65'; + const VERSION = '1.66'; protected $is_git_install = false;