Version.php: Raise version to 2.5.3

This commit is contained in:
Johannes Meyer 2018-04-27 10:23:36 +02:00
parent 40611b4d64
commit 096fdfc887
1 changed files with 1 additions and 1 deletions

View File

@ -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