mirror of
https://github.com/kevinpapst/kimai2.git
synced 2025-04-07 14:35:47 +00:00
bump version
This commit is contained in:
parent
85a63c4b78
commit
15075f4bae
1 changed files with 2 additions and 2 deletions
|
@ -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"
|
||||
*/
|
||||
|
|
Loading…
Add table
Reference in a new issue