Skip to content

Commit

Permalink
MainController: add a note that version number is updated by ant
Browse files Browse the repository at this point in the history
  • Loading branch information
staticssleever668 committed May 4, 2021
1 parent ab529c8 commit 05cad04
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/bms/player/beatoraja/MainController.java
Original file line number Diff line number Diff line change
Expand Up @@ -49,6 +49,9 @@
*/
public class MainController extends ApplicationAdapter {

/*
* NOTE: Version number is updated by ant's 'inject_version' task
*/
private static final String VERSION = "beatoraja 0.8.3";

public static final boolean debug = false;
Expand Down

0 comments on commit 05cad04

Please sign in to comment.