From 23e508ac27c5bd74c773f01d16f7308060c1389e Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Wed, 25 Apr 2018 13:02:47 +0200 Subject: [PATCH] Version.php: Raise version to 2.5.2 --- library/Icinga/Application/Version.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Icinga/Application/Version.php b/library/Icinga/Application/Version.php index 8b727c60c..a17ecf772 100644 --- a/library/Icinga/Application/Version.php +++ b/library/Icinga/Application/Version.php @@ -8,7 +8,7 @@ namespace Icinga\Application; */ class Version { - const VERSION = '2.5.1'; + const VERSION = '2.5.2'; /** * Get the version of this instance of Icinga Web 2