mirror of
https://github.com/koel/koel
synced 2024-11-24 13:13:05 +00:00
chore: bump version
This commit is contained in:
parent
8f92d8c565
commit
4557568208
1 changed files with 2 additions and 2 deletions
|
@ -12,7 +12,7 @@ class Application extends IlluminateApplication
|
|||
/**
|
||||
* Current Koel version. Must start with a v, and is synced with git tags/releases.
|
||||
*
|
||||
* @see https://github.com/phanan/koel/releases
|
||||
* @see https://github.com/koel/koel/releases
|
||||
*/
|
||||
public const KOEL_VERSION = 'v4.4.0';
|
||||
public const KOEL_VERSION = 'v5.0.0';
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue