Skip to content

Commit

Permalink
Merge pull request #2372 from LibreSign/feature/bump-cfssl
Browse files Browse the repository at this point in the history
Bump cfssl
  • Loading branch information
vitormattos authored Feb 28, 2024
2 parents d5394e6 + 7313d65 commit 2e3d213
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Service/InstallService.php
Original file line number Diff line number Diff line change
Expand Up @@ -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 */
Expand Down

0 comments on commit 2e3d213

Please sign in to comment.