mirror of
https://github.com/crazywhalecc/static-php-cli.git
synced 2026-07-03 23:05:41 +08:00
fix libwebp version (imagemagick with webp-1.3.1-rc1 crashed)
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user