Bump version to 2.3.1

This commit is contained in:
crazywhalecc 2024-07-19 23:33:17 +08:00 committed by Jerry Ma
parent b52fe05363
commit fbae0021a3

View File

@ -28,7 +28,7 @@ use Symfony\Component\Console\Application;
*/
final class ConsoleApplication extends Application
{
public const VERSION = '2.3.0';
public const VERSION = '2.3.1';
public function __construct()
{