Skip to content

Commit

Permalink
Update version to 1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
tslater2006 committed Mar 23, 2018
1 parent 267ab6f commit aeba7f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Trace Wizard/UI/MainForm.cs
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ public partial class MainForm : Form
{
public static bool IsRunningMono = false;
public static bool IsRunningOSX = false;
private double Version = 1.3;
private double Version = 1.4;

private void CheckForNewVersion()
{
Expand Down

0 comments on commit aeba7f1

Please sign in to comment.