diff --git a/stepmania/src/Song.cpp b/stepmania/src/Song.cpp index 76ae281117..fe3e8ccd29 100644 --- a/stepmania/src/Song.cpp +++ b/stepmania/src/Song.cpp @@ -37,7 +37,7 @@ #include #include -const int FILE_CACHE_VERSION = 144; // increment this to invalidate cache +const int FILE_CACHE_VERSION = 145; // increment this to invalidate cache const float DEFAULT_MUSIC_SAMPLE_LENGTH = 12.f;