Skip to content

Commit 7209c64

Browse files
bdachpeppy
authored andcommitted
Bump score version
1 parent a4abcb3 commit 7209c64

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

osu.Game/Scoring/Legacy/LegacyScoreEncoder.cs

+2-1
Original file line numberDiff line numberDiff line change
@@ -44,9 +44,10 @@ public class LegacyScoreEncoder
4444
/// <see cref="LegacyRulesetExtensions.CalculateDifficultyPeppyStars"/> method. Reconvert all scores.
4545
/// </description></item>
4646
/// <item><description>30000013: All local scores will use lazer definitions of ranks for consistency. Recalculates the rank of all scores.</description></item>
47+
/// <item><description>30000014: Fix edge cases in conversion for osu! scores on selected beatmaps. Reconvert all scores.</description></item>
4748
/// </list>
4849
/// </remarks>
49-
public const int LATEST_VERSION = 30000013;
50+
public const int LATEST_VERSION = 30000014;
5051

5152
/// <summary>
5253
/// The first stable-compatible YYYYMMDD format version given to lazer usage of replays.

0 commit comments

Comments
 (0)