0
0
Fork 0
mirror of https://github.com/kevinpapst/kimai2.git synced 2025-04-07 14:35:47 +00:00

bump version

This commit is contained in:
Kevin Papst 2022-02-16 12:28:24 +01:00
parent 85a63c4b78
commit 15075f4bae

View file

@ -17,11 +17,11 @@ class Constants
/**
* The current release version
*/
public const VERSION = '1.17.1';
public const VERSION = '1.18';
/**
* The current release: major * 10000 + minor * 100 + patch
*/
public const VERSION_ID = 11701;
public const VERSION_ID = 11800;
/**
* The current release status, either "stable" or "dev"
*/