We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1c6b3d commit 14777fcCopy full SHA for 14777fc
Forms/MainForm.cs
@@ -11,7 +11,7 @@ namespace AtlusScriptGUI
11
{
12
public partial class MainForm : MetroSetForm
13
14
- public static Version version = new Version(3, 1);
+ public static Version version = new Version(3, 2);
15
public Config settings = new Config();
16
public string CompilerPath { get; set; } = "./AtlusScriptCompiler.exe";
17
0 commit comments