fix libwebp version (imagemagick with webp-1.3.1-rc1 crashed)

This commit is contained in:
crazywhalecc
2023-06-15 22:22:07 +08:00
parent 74a34362c3
commit c49e6ba0a2
2 changed files with 3 additions and 3 deletions

View File

@@ -16,7 +16,7 @@ use Symfony\Component\Console\Command\ListCommand;
*/
class ConsoleApplication extends Application
{
public const VERSION = '2.0-rc1';
public const VERSION = '2.0-rc2';
/**
* @throws \ReflectionException