Skip to content
This repository was archived by the owner on Mar 15, 2025. It is now read-only.

Commit 0802c20

Browse files
committed
1.9.4 pre-3
really stupid bug I failed to notice, sorry
1 parent a42697f commit 0802c20

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

source/kec/states/MainMenuState.hx

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ import kec.backend.chart.Song;
1717
class MainMenuState extends MusicBeatState
1818
{
1919
public static final nightly:String = "";
20-
public static final kecVer:String = 'Kade Engine Community 1.9.4 PRE-RELEASE 2';
20+
public static final kecVer:String = 'Kade Engine Community 1.9.4 PRE-RELEASE 3';
2121
public static final keVer:String = "Kade Engine 1.8.1";
2222
public static var curSelected:Int = 0;
2323
public static var freakyPlaying:Bool = true;

0 commit comments

Comments
 (0)