Skip to content

Commit

Permalink
Fixes version info wrong
Browse files Browse the repository at this point in the history
  • Loading branch information
FalcoGer committed Sep 19, 2023
1 parent 31e9060 commit 0e0a535
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CoordinateConverter/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ namespace CoordinateConverter
/// <seealso cref="Form" />
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;
Expand Down

0 comments on commit 0e0a535

Please sign in to comment.