Skip to content

Commit 76fae60

Browse files
committed
Cache version update to ensure cache rebuild for Endwalker
1 parent 4510ad1 commit 76fae60

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

xivModdingFramework/Cache/XivCache.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ public static class XivCache
3232
private static GameInfo _gameInfo;
3333
private static DirectoryInfo _dbPath;
3434
private static DirectoryInfo _rootCachePath;
35-
public static readonly Version CacheVersion = new Version("1.0.2.2");
35+
public static readonly Version CacheVersion = new Version("1.0.2.3");
3636
private const string dbFileName = "mod_cache.db";
3737
private const string rootCacheFileName = "item_sets.db";
3838
private const string creationScript = "CreateCacheDB.sql";

0 commit comments

Comments
 (0)