Skip to content

Commit

Permalink
update cache vers to force recaches
Browse files Browse the repository at this point in the history
  • Loading branch information
MinaciousGrace committed Apr 17, 2020
1 parent a4d4c1d commit 6b6b9d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Etterna/Models/Songs/SongCacheIndex.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@
* the directory hash) in order to find the cache file.
*/
const string CACHE_DB = SpecialFiles::CACHE_DIR + "cache.db";
const unsigned int CACHE_DB_VERSION = 238;
const unsigned int CACHE_DB_VERSION = 239;

SongCacheIndex* SONGINDEX; // global and accessible from anywhere in our program

Expand Down

0 comments on commit 6b6b9d0

Please sign in to comment.