mirror of
https://github.com/ppy/osu.git
synced 2025-02-22 00:33:22 +08: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 class LegacySkinConfiguration : DefaultSkinConfiguration
|
||||||
{
|
{
|
||||||
public const decimal LATEST_VERSION = 2.5m;
|
public const decimal LATEST_VERSION = 2.7m;
|
||||||
|
|
||||||
/// <summary>
|
/// <summary>
|
||||||
/// Legacy version of this skin.
|
/// Legacy version of this skin.
|
||||||
|
Loading…
Reference in New Issue
Block a user