add uuid/libuuid for linux and macos (#363)

This commit is contained in:
Jerry Ma
2024-03-01 20:10:48 +08:00
committed by GitHub
parent 9664709f21
commit f5d1df5407
8 changed files with 91 additions and 3 deletions

View File

@@ -25,7 +25,7 @@ use Symfony\Component\Console\Command\ListCommand;
*/
final class ConsoleApplication extends Application
{
public const VERSION = '2.1.2';
public const VERSION = '2.1.3';
public function __construct()
{