Skip to content
This repository was archived by the owner on Dec 11, 2021. It is now read-only.

Commit e66414b

Browse files
authored
Forgot to bump version to 2.5.2...
1 parent 2b2af57 commit e66414b

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

Controller Input Display/Controller Input Display/SonicInputDisplay.cs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ public class SonicInputDisplay
2828

2929
public readonly static int processID = Process.GetCurrentProcess().Id;
3030

31-
public const string Version = "2.5.1";
31+
public const string Version = "2.5.2";
3232

3333
public static void Main()
3434
{
@@ -82,4 +82,4 @@ public static void StartUpdateChecking()
8282
updaterProcess.Start();
8383
}
8484
}
85-
}
85+
}

0 commit comments

Comments
 (0)