Skip to content

Commit

Permalink
invalidate cache key due to platform changes
Browse files Browse the repository at this point in the history
  • Loading branch information
hrach committed Oct 30, 2024
1 parent 8ff8823 commit 2cb6320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Bridges/NetteCaching/CachedPlatform.php
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

class CachedPlatform implements IPlatform
{
private const CACHE_VERSION = 'v3';
private const CACHE_VERSION = 'v4';


public function __construct(
Expand Down

0 comments on commit 2cb6320

Please sign in to comment.