chore: bump version

This commit is contained in:
Phan An 2021-01-09 13:40:37 +01:00
parent 8f92d8c565
commit 4557568208

View file

@ -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';
}