Skip to content

Commit

Permalink
1.9.4 pre-3
Browse files Browse the repository at this point in the history
really stupid bug I failed to notice, sorry
  • Loading branch information
TheRealJake12 committed Jul 6, 2024
1 parent a42697f commit 0802c20
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion source/kec/states/MainMenuState.hx
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ import kec.backend.chart.Song;
class MainMenuState extends MusicBeatState
{
public static final nightly:String = "";
public static final kecVer:String = 'Kade Engine Community 1.9.4 PRE-RELEASE 2';
public static final kecVer:String = 'Kade Engine Community 1.9.4 PRE-RELEASE 3';
public static final keVer:String = "Kade Engine 1.8.1";
public static var curSelected:Int = 0;
public static var freakyPlaying:Bool = true;
Expand Down

0 comments on commit 0802c20

Please sign in to comment.