release 1.17 (#3090)

This commit is contained in:
Kevin Papst
2022-01-23 01:33:00 +01:00
committed by GitHub
parent 8b8e9b001e
commit b8d8f0c16d
3 changed files with 6 additions and 6 deletions

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"
*/