We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d17b419 commit a769798Copy full SHA for a769798
src/main/com/thistestuser/debugger/Debugger.java
@@ -67,7 +67,7 @@ public class Debugger extends JFrame
67
private JTabbedPane tabbedPane;
68
private boolean showAllFields = false;
69
private boolean showAllMethods = false;
70
- private static final String VERSION = "alpha-1.0";
+ private static final String VERSION = "beta-1.0";
71
72
public Debugger()
73
{
0 commit comments