diff --git a/lib/Service/InstallService.php b/lib/Service/InstallService.php index 746fd9b596..8d4b21c000 100644 --- a/lib/Service/InstallService.php +++ b/lib/Service/InstallService.php @@ -57,7 +57,7 @@ class InstallService { /** * When update, verify the hash of all architectures */ - public const CFSSL_VERSION = '1.6.3'; + public const CFSSL_VERSION = '1.6.4'; /** @var ICache */ private $cache; /** @var OutputInterface */