0
0
Fork 0
mirror of https://github.com/kevinpapst/kimai2.git synced 2025-04-07 22:45:50 +00:00

bump version

This commit is contained in:
Kevin Papst 2022-01-22 23:31:45 +01:00
parent 8b8e9b001e
commit 692257b57e
3 changed files with 6 additions and 6 deletions

View file

@ -1,5 +1,5 @@
unreleased=true
future-release=1.16
future-release=1.17
exclude-labels=duplicate,support,question,invalid,wontfix,release,waiting for feedback,documentation
enhancement_labels=>enhancement,Enhancement,feature request,translation i18n,technical debt,documentation
issues-wo-labels=false

View file

@ -5,10 +5,10 @@
As announced in the [README](README.md) I only support the latest available release and master.
| Version | Supported |
| ------- | ------------------ |
|---------| ------------------ |
| master | :white_check_mark: |
| 1.16 | :white_check_mark: |
| < 1.16 | :x: |
| 1.17 | :white_check_mark: |
| < 1.17 | :x: |
## Reporting a Vulnerability

View file

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