mirror of
https://github.com/osukey/osukey.git
synced 2025-08-03 22:56:36 +09:00
Set correct legacy version
This commit is contained in:
@ -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.
|
||||
|
Reference in New Issue
Block a user