diff --git a/CoordinateConverter/MainForm.cs b/CoordinateConverter/MainForm.cs index 5c0b346..0f2c778 100644 --- a/CoordinateConverter/MainForm.cs +++ b/CoordinateConverter/MainForm.cs @@ -19,7 +19,7 @@ namespace CoordinateConverter /// public partial class MainForm : Form { - private readonly GitHub.Version VERSION = new GitHub.Version(5, 0, 0); + private readonly GitHub.Version VERSION = new GitHub.Version(0, 5, 0); private readonly Color ERROR_COLOR = Color.Pink; private readonly Color DCS_ERROR_COLOR = Color.Yellow;