Skip to content

Commit 6996213

Browse files
committed
Bump version build number to 3.4.1
1 parent 74a7e9e commit 6996213

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Forms/MainForm.cs

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ namespace AtlusScriptGUI
1212
{
1313
public partial class MainForm : MetroSetForm
1414
{
15-
public static Version version = new Version(3, 4);
15+
public static Version version = new Version(3, 4, 1);
1616
public Config settings = new Config();
1717

1818
public MainForm(string[] args)
@@ -28,7 +28,7 @@ public MainForm(string[] args)
2828
SetDropDowns();
2929
SetLogging();
3030

31-
this.Text += $" v{version.Major}.{version.Minor}";
31+
this.Text += $" v{version.Major}.{version.Minor}.{version.Build}";
3232
}
3333
}
3434
}

0 commit comments

Comments
 (0)