Skip to content

Commit

Permalink
Bump cache version
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-osm committed May 15, 2024
1 parent a02cd5d commit 290c953
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ public class CachedOsmandIndexes {
private boolean hasChanged = false;
public static final String INDEXES_DEFAULT_FILENAME = "indexes.cache";

public static final int VERSION = 4;
public static final int VERSION = 5;

public FileIndex addToCache(BinaryMapIndexReader reader, File f) {
hasChanged = true;
Expand Down

0 comments on commit 290c953

Please sign in to comment.