Update score encoder version to be higher than any existing stable version

This commit is contained in:
Dean Herbert 2021-06-08 17:58:57 +09:00
parent c0fdbfba04
commit 4d9fffc01b
1 changed files with 4 additions and 1 deletions

View File

@ -15,7 +15,10 @@ namespace osu.Game.Scoring.Legacy
{
public class LegacyScoreEncoder
{
public const int LATEST_VERSION = 128;
/// <summary>
/// Database version in stable-compatible YYYYMMDD format.
/// </summary>
public const int LATEST_VERSION = 30000000;
private readonly Score score;
private readonly IBeatmap beatmap;