1
0
mirror of https://github.com/ppy/osu.git synced 2025-01-07 00:42:54 +08:00

Merge branch 'master' into add-star-difficulty-max-migration

This commit is contained in:
Dan Balasescu 2020-03-05 16:30:38 +09:00 committed by GitHub
commit f0fd2a86e3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -39,6 +39,8 @@ namespace osu.Game.Updater
Notifications.Post(new UpdateCompleteNotification(version));
}
// debug / local compilations will reset to a non-release string.
// can be useful to check when an install has transitioned between release and otherwise (see OsuConfigManager's migrations).
config.Set(OsuSetting.Version, version);
}