Skip to content

Commit

Permalink
use 2.1.6 spc version
Browse files Browse the repository at this point in the history
  • Loading branch information
joelwurtz committed Apr 12, 2024
1 parent 590d0d0 commit 4e62d04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Console/Command/CompileCommand.php
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class CompileCommand extends Command
// this version to invalide the cache
private const CACHE_VERSION = '2';

private const SPC_VERSION = '2.1.7';
private const SPC_VERSION = '2.1.6';

public function __construct(
private readonly HttpClientInterface $httpClient,
Expand Down

0 comments on commit 4e62d04

Please sign in to comment.