Adjusted version number for the first release

This commit is contained in:
Kai S. K. Engelbart 2019-07-11 09:38:00 +02:00
parent 9d5ed00f8b
commit 660ab72a2a
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ import javax.swing.UIManager;
*/
public class Minesweeper {
private static final String VERSION = "1.2 JE";
private static final String VERSION = "1.0";
private JFrame mframe;