Skip to content

Commit

Permalink
iterate song cache version
Browse files Browse the repository at this point in the history
final refresh before release
  • Loading branch information
poco0317 committed Dec 3, 2021
1 parent 28ba767 commit 58cfbd5
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 @@ -50,7 +50,7 @@ using std::to_string;
* the directory hash) in order to find the cache file.
*/
const std::string CACHE_DB = SpecialFiles::CACHE_DIR + "cache.db";
const unsigned int CACHE_DB_VERSION = 243;
const unsigned int CACHE_DB_VERSION = 244;

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

Expand Down

0 comments on commit 58cfbd5

Please sign in to comment.