Skip to content

Commit aae209f

Browse files
Merge remote-tracking branch 'upstream/develop'
2 parents f1259f3 + 8ad54dd commit aae209f

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)