Skip to content

Commit a769798

Browse files
committed
Beta 1.0
1 parent d17b419 commit a769798

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/main/com/thistestuser/debugger/Debugger.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ public class Debugger extends JFrame
6767
private JTabbedPane tabbedPane;
6868
private boolean showAllFields = false;
6969
private boolean showAllMethods = false;
70-
private static final String VERSION = "alpha-1.0";
70+
private static final String VERSION = "beta-1.0";
7171

7272
public Debugger()
7373
{

0 commit comments

Comments
 (0)