Skip to content

Commit

Permalink
Bump cache version to v6
Browse files Browse the repository at this point in the history
  • Loading branch information
cohaereo committed Sep 7, 2024
1 parent 3187ca6 commit a63ec10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/scanner.rs
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ impl Default for TagCache {
fn default() -> Self {
Self {
timestamp: 0,
version: 5,
version: 6,
hashes: Default::default(),
}
}
Expand Down

0 comments on commit a63ec10

Please sign in to comment.