diff --git a/src/Song.cpp b/src/Song.cpp index 61ca668fc9..9860db5b50 100644 --- a/src/Song.cpp +++ b/src/Song.cpp @@ -34,7 +34,7 @@ #include #include -const int FILE_CACHE_VERSION = 160; // increment this to invalidate cache +const int FILE_CACHE_VERSION = 161; // increment this to invalidate cache const float DEFAULT_MUSIC_SAMPLE_LENGTH = 12.f;