Bump to 4.2.0

This commit is contained in:
tchapi 2023-11-04 14:21:51 +01:00
parent 88960d021d
commit 0ae60e7431

View File

@ -4,5 +4,5 @@ namespace App;
final class Version
{
public const VERSION = '4.1.0';
public const VERSION = '4.2.0';
}