Skip to content

Commit

Permalink
set proper version
Browse files Browse the repository at this point in the history
  • Loading branch information
mikolka9144 committed Aug 21, 2024
1 parent 6afeadc commit 5f003a5
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 = '1.0-prerelease'; // This is also used for Discord RPC
public static var pSliceVersion:String = '1.1';
public static var pSliceVersion:String = '1.2-beta';
public static var funkinVersion:String = '0.4.1'; // Version of funkin' we are emulationg
public static var curSelected:Int = 0;

Expand Down

0 comments on commit 5f003a5

Please sign in to comment.