Skip to content

Commit 14777fc

Browse files
committed
Bump version to 3.2
1 parent c1c6b3d commit 14777fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Forms/MainForm.cs

+1-1
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ namespace AtlusScriptGUI
1111
{
1212
public partial class MainForm : MetroSetForm
1313
{
14-
public static Version version = new Version(3, 1);
14+
public static Version version = new Version(3, 2);
1515
public Config settings = new Config();
1616
public string CompilerPath { get; set; } = "./AtlusScriptCompiler.exe";
1717

0 commit comments

Comments
 (0)