Bump version 1.5.0

This commit is contained in:
Cyril 2020-10-20 16:36:13 +02:00
parent f2a4ef5a3b
commit 50a9e6fad8

View File

@ -4,5 +4,5 @@ namespace App;
final class Version
{
const VERSION = '1.4.9';
const VERSION = '1.5.0';
}