Release 2.0.16 (#3990)

https://github.com/kimai/kimai/pull/3990
This commit is contained in:
Kevin Papst
2023-04-27 18:48:31 +02:00
committed by GitHub
parent 844062b90e
commit 01e26dca9e
28 changed files with 198 additions and 102 deletions

View File

@@ -17,11 +17,11 @@ class Constants
/**
* The current release version
*/
public const VERSION = '2.0.15';
public const VERSION = '2.0.16';
/**
* The current release: major * 10000 + minor * 100 + patch
*/
public const VERSION_ID = 20015;
public const VERSION_ID = 20016;
/**
* The software name
*/