From bc4649134936465acc62814ffc8e90336d2ab704 Mon Sep 17 00:00:00 2001 From: maesbrisa <11432396+maesbrisa@users.noreply.github.com> Date: Tue, 25 May 2021 15:30:01 +0200 Subject: [PATCH] Bump version to 21.5.1 (#12900) --- 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 49fc2b2fd9..343c435e5b 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.5.0'; + const VERSION = '21.5.1'; protected $is_git_install = false;