Skip to content

Commit

Permalink
Increment version suffix
Browse files Browse the repository at this point in the history
  • Loading branch information
timothyschoen committed Dec 28, 2024
1 parent 322bfcf commit f4ad590
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Source/Utility/Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ struct ProjectInfo {
#else
static inline File const appDataDir = File::getSpecialLocation(File::SpecialLocationType::userDocumentsDirectory).getChildFile("plugdata");
#endif
static inline String const versionSuffix = "-11";
static inline String const versionSuffix = "-12";
static inline File const versionDataDir = appDataDir.getChildFile("Versions").getChildFile(ProjectInfo::versionString + versionSuffix);
};

Expand Down

0 comments on commit f4ad590

Please sign in to comment.