diff --git a/osu.Game/Scoring/Legacy/LegacyScoreEncoder.cs b/osu.Game/Scoring/Legacy/LegacyScoreEncoder.cs
index a78ae24da2..87e1e79f87 100644
--- a/osu.Game/Scoring/Legacy/LegacyScoreEncoder.cs
+++ b/osu.Game/Scoring/Legacy/LegacyScoreEncoder.cs
@@ -28,9 +28,10 @@ namespace osu.Game.Scoring.Legacy
///
///
/// - 30000001: Appends to the end of scores.
+ /// - 30000002: Score stored to replay calculated using the Score V2 algorithm.
///
///
- public const int LATEST_VERSION = 30000001;
+ public const int LATEST_VERSION = 30000002;
///
/// The first stable-compatible YYYYMMDD format version given to lazer usage of replays.