From 74f1f65234a0645cbb346faabea5f0b4a48b4597 Mon Sep 17 00:00:00 2001 From: Tony Murray Date: Tue, 3 Sep 2019 04:19:02 +0000 Subject: [PATCH] Bump version to 1.55 --- 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 30a74bc06d..e3f0d80e8c 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.54'; + const VERSION = '1.55'; protected $is_git_install = false;