Release 2.17 (#4836)

see https://github.com/kimai/kimai/pull/4836
This commit is contained in:
Kevin Papst
2024-05-19 17:42:03 +02:00
committed by GitHub
parent 5f7114e008
commit 0c445d1bc4
41 changed files with 318 additions and 307 deletions

View File

@@ -17,11 +17,11 @@ class Constants
/**
* The current release version
*/
public const VERSION = '2.16.1';
public const VERSION = '2.17.0';
/**
* The current release: major * 10000 + minor * 100 + patch
*/
public const VERSION_ID = 21601;
public const VERSION_ID = 21700;
/**
* The software name
*/