From 096fdfc8879bc32a07d3bd5ee5a10a8f30059d12 Mon Sep 17 00:00:00 2001 From: Johannes Meyer Date: Fri, 27 Apr 2018 10:23:36 +0200 Subject: [PATCH] Version.php: Raise version to 2.5.3 --- 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 a17ecf772..b3715f990 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.2'; + const VERSION = '2.5.3'; /** * Get the version of this instance of Icinga Web 2