Skip to content

Commit

Permalink
Version 1.7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
svenhb authored Feb 4, 2024
1 parent 8478778 commit 6ad589a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion GRBL-Plotter/GUI/MainFormObjects.cs
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ public enum LogEnables { None = 0, Level1 = 1, Level2 = 2, Level3 = 4, Level4 =

public static class MyApplication
{
private static readonly string VersionAddOn = ".a";
private static readonly string VersionAddOn = "";

public static string GetVersion()
{ return System.Windows.Forms.Application.ProductVersion.ToString() + VersionAddOn; }
Expand Down

0 comments on commit 6ad589a

Please sign in to comment.