Skip to content

Commit c32ab91

Browse files
committed
fix version
1 parent f642a23 commit c32ab91

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

flixel/FlxG.hx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ class FlxG
100100
* The HaxeFlixel version, in semantic versioning syntax. Use `Std.string()`
101101
* on it to get a `String` formatted like this: `"HaxeFlixel MAJOR.MINOR.PATCH-COMMIT_SHA"`.
102102
*/
103-
public static final VERSION = new FlxVersion(6, 1, 1);
103+
public static final VERSION = new FlxVersion(6, 1, 2);
104104

105105
/**
106106
* Internal tracker for game object.

0 commit comments

Comments
 (0)