diff --git a/LibreNMS/Util/Version.php b/LibreNMS/Util/Version.php index e3f0d80e8c..96fbdca744 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.55'; + const VERSION = '1.56'; protected $is_git_install = false;