Changed version string

This commit is contained in:
2024-07-03 16:55:41 -05:00
parent 2dd6e0b0ff
commit 59f80c4687
2 changed files with 2 additions and 2 deletions

View File

@@ -27,7 +27,7 @@ import javax.swing.JOptionPane;
public class Main {
// Build Information
public static final String vstr = "Release 1.1";
public static final String vstr = "Release 1.2";
public static final String vcode = "Dekka";
public static final int vint = 0;