mirror of
https://github.com/kevinpapst/kimai2.git
synced 2025-04-17 18:42:44 +00:00
bump version
This commit is contained in:
parent
0a77b93980
commit
4126b0bcdb
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue