Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
Prashant Mohta committed Jun 6, 2021
1 parent d68708c commit 7009ef0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CustomKnight/CustomKnight.cs
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ private void GeoControl_Start(On.GeoControl.orig_Start orig, GeoControl self)
orig(self);
}

public override string GetVersion() => "1.2.4";
public override string GetVersion() => "1.2.4b";

private void ResetTextures()
{
Expand Down

0 comments on commit 7009ef0

Please sign in to comment.