Skip to content

Commit

Permalink
FORGOT TO CHANGE MAIN MENU'S HBOT VERSION AGAIN
Browse files Browse the repository at this point in the history
  • Loading branch information
Reycko committed Mar 4, 2024
1 parent 52cbaf2 commit 1c69bf5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/states/MainMenuState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ import options.OptionsState;
class MainMenuState extends MusicBeatState
{
public static var psychEngineVersion:String = '0.7.3'; // This is also used for Discord RPC
public static var hbotVersion:String = #if DEBUG 'DEBUG: ' + #end '0.2.1';
public static var hbotVersion:String = #if DEBUG 'DEBUG: ' + #end '0.2.1.1';
public static var curSelected:Int = 0;

var menuItems:FlxTypedGroup<FlxSprite>;
Expand Down

0 comments on commit 1c69bf5

Please sign in to comment.