0
0
Fork 0
mirror of https://github.com/kevinpapst/kimai2.git synced 2025-04-17 18:42:44 +00:00

bump version

This commit is contained in:
Kevin Papst 2022-04-18 12:21:53 +02:00
parent 0a77b93980
commit 4126b0bcdb

View file

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