changed repository url (#3708)

This commit is contained in:
Kevin Papst
2022-12-26 17:09:07 +01:00
committed by GitHub
parent 84cc65b008
commit 6a524f9f7c
18 changed files with 51 additions and 51 deletions

View File

@@ -17,11 +17,11 @@ class Constants
/**
* The current release version
*/
public const VERSION = '1.30.0';
public const VERSION = '1.30.1';
/**
* The current release: major * 10000 + minor * 100 + patch
*/
public const VERSION_ID = 13000;
public const VERSION_ID = 13001;
/**
* The current release status, either "stable" or "dev"
*/
@@ -37,7 +37,7 @@ class Constants
/**
* Used in multiple views
*/
public const GITHUB = 'https://github.com/kevinpapst/kimai2/';
public const GITHUB = 'https://github.com/kimai/kimai/';
/**
* Homepage, used in multiple views
*/