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

Commit

Permalink
Forgot to bump version to 2.5.2...
Browse files Browse the repository at this point in the history
  • Loading branch information
Refragg authored Apr 4, 2021
1 parent 2b2af57 commit e66414b
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ public class SonicInputDisplay

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

public const string Version = "2.5.1";
public const string Version = "2.5.2";

public static void Main()
{
Expand Down Expand Up @@ -82,4 +82,4 @@ public static void StartUpdateChecking()
updaterProcess.Start();
}
}
}
}

0 comments on commit e66414b

Please sign in to comment.