Release 2.0.28 (#4172)

See https://github.com/kimai/kimai/pull/4172
This commit is contained in:
Kevin Papst
2023-07-09 15:27:27 +02:00
committed by GitHub
parent 651f812da8
commit 385753fbc3
27 changed files with 182 additions and 53 deletions

View File

@@ -17,11 +17,11 @@ class Constants
/**
* The current release version
*/
public const VERSION = '2.0.27';
public const VERSION = '2.0.28';
/**
* The current release: major * 10000 + minor * 100 + patch
*/
public const VERSION_ID = 20027;
public const VERSION_ID = 20028;
/**
* The software name
*/