Skip to content

Commit 2291752

Browse files
committed
v2.6
1 parent 2bcafe8 commit 2291752

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/EaterEmulator.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
import javax.swing.*;
99

1010
public class EaterEmulator extends JFrame implements ActionListener {
11-
public static String versionString = "2.5";
11+
public static String versionString = "2.6";
1212
public static boolean debug = false;
1313

1414
//Swing Things

0 commit comments

Comments
 (0)