Skip to content

Commit

Permalink
prepare for release
Browse files Browse the repository at this point in the history
  • Loading branch information
Geokureli committed Jan 31, 2025
1 parent e81222e commit 4dcc043
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# 6.0.0 (TBD)
# 6.0.0 (January 31, 2025)

#### Removals and Breaking Changes
We removed many features and utilities that were previously deprecated
Expand Down
2 changes: 1 addition & 1 deletion flixel/FlxG.hx
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ class FlxG
* The HaxeFlixel version, in semantic versioning syntax. Use `Std.string()`
* on it to get a `String` formatted like this: `"HaxeFlixel MAJOR.MINOR.PATCH-COMMIT_SHA"`.
*/
public static var VERSION(default, null):FlxVersion = new FlxVersion(5, 9, 0);
public static var VERSION(default, null):FlxVersion = new FlxVersion(6, 0, 0);

/**
* Internal tracker for game object.
Expand Down

0 comments on commit 4dcc043

Please sign in to comment.