Skip to content

Commit

Permalink
MainController : modify version, disable debug
Browse files Browse the repository at this point in the history
  • Loading branch information
exch-bms2 committed Jun 1, 2018
1 parent 022590f commit 9c64c12
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bms/player/beatoraja/MainController.java
Original file line number Diff line number Diff line change
Expand Up @@ -55,9 +55,9 @@
*/
public class MainController extends ApplicationAdapter {

public static final String VERSION = "beatoraja 0.5.6";
public static final String VERSION = "beatoraja 0.6";

private static final boolean debug = true;
private static final boolean debug = false;

/**
*
Expand Down

0 comments on commit 9c64c12

Please sign in to comment.