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 Apr 3, 2021
1 parent e66f273 commit ba11bbd
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 @@ -50,6 +50,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.2";

public static final boolean debug = false;
Expand Down

0 comments on commit ba11bbd

Please sign in to comment.