Bump version to 3.3

This commit is contained in:
tchapi 2023-04-30 21:23:18 +02:00
parent c08d450abc
commit 2599f2087e

View File

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