Release 2.0.32 (#4256)

This commit is contained in:
Kevin Papst
2023-08-31 15:33:53 +02:00
committed by GitHub
parent 452de88e18
commit 31348da4c0
42 changed files with 412 additions and 130 deletions

View File

@@ -17,11 +17,11 @@ class Constants
/**
* The current release version
*/
public const VERSION = '2.0.31';
public const VERSION = '2.0.32';
/**
* The current release: major * 10000 + minor * 100 + patch
*/
public const VERSION_ID = 20031;
public const VERSION_ID = 20032;
/**
* The software name
*/
@@ -38,10 +38,6 @@ class Constants
* Homepage, used in multiple views
*/
public const HOMEPAGE = 'https://www.kimai.org';
/**
* Application wide default locale
*/
public const DEFAULT_LOCALE = 'en';
/**
* Default color for Customer, Project and Activity entities
*/