From a82ee4b02bc713e2093a88b840b50efcc0dc25df Mon Sep 17 00:00:00 2001 From: Tony Murray Date: Sat, 4 Apr 2020 11:04:02 -0500 Subject: [PATCH] Bump to 1.62.2 --- 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 bbe85f96ee..5c8250da36 100644 --- a/LibreNMS/Util/Version.php +++ b/LibreNMS/Util/Version.php @@ -30,7 +30,7 @@ use LibreNMS\DB\Eloquent; class Version { // Update this on release - const VERSION = '1.62.1'; + const VERSION = '1.62.2'; protected $is_git_install = false;