We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f1259f3 + 8ad54dd commit aae209fCopy full SHA for aae209f
xivModdingFramework/Cache/XivCache.cs
@@ -32,7 +32,7 @@ public static class XivCache
32
private static GameInfo _gameInfo;
33
private static DirectoryInfo _dbPath;
34
private static DirectoryInfo _rootCachePath;
35
- public static readonly Version CacheVersion = new Version("1.0.2.2");
+ public static readonly Version CacheVersion = new Version("1.0.2.3");
36
private const string dbFileName = "mod_cache.db";
37
private const string rootCacheFileName = "item_sets.db";
38
private const string creationScript = "CreateCacheDB.sql";
0 commit comments