Skip to content

Commit

Permalink
bump version to 0.5.6
Browse files Browse the repository at this point in the history
  • Loading branch information
FalcoGer committed Sep 21, 2023
1 parent bf66aac commit c13cb19
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(0, 5, 5);
private readonly GitHub.Version VERSION = new GitHub.Version(0, 5, 6);

private readonly Color ERROR_COLOR = Color.Pink;
private readonly Color DCS_ERROR_COLOR = Color.Yellow;
Expand Down

0 comments on commit c13cb19

Please sign in to comment.