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 0be84727ec
commit 2108ea7280
Signed by: kske
GPG Key ID: 8BEB13EC5DF7EF13
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;