mirror of
https://github.com/ppy/osu
synced 2025-02-17 19:07:07 +00:00
Set correct legacy version
This commit is contained in:
parent
2cf17e0bf3
commit
55230a36dd
@ -5,7 +5,7 @@ namespace osu.Game.Skinning
|
||||
{
|
||||
public class LegacySkinConfiguration : DefaultSkinConfiguration
|
||||
{
|
||||
public const decimal LATEST_VERSION = 2.5m;
|
||||
public const decimal LATEST_VERSION = 2.7m;
|
||||
|
||||
/// <summary>
|
||||
/// Legacy version of this skin.
|
||||
|
Loading…
Reference in New Issue
Block a user