Bump to 4.2.1

This commit is contained in:
tchapi 2023-11-20 13:12:58 +01:00
parent 26ae5d4557
commit a7d5b8a6fb

View File

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