Skip to content

Commit

Permalink
Version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
egordorichev authored Oct 15, 2019
1 parent 7868d36 commit 6b6a050
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BurningKnight/BK.cs
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@
namespace BurningKnight {
public class BK : Engine {
public static bool StandMode = false;
public static Version Version = new Version(7, 0, 1, 2, 0, true, Debug);
public static Version Version = new Version(8, 0, 1, 3, 0, true, Debug);

public BK(int width, int height, bool fullscreen) : base(Version,
#if DEBUG
Expand Down Expand Up @@ -51,4 +51,4 @@ public override void RenderUi() {
Mods.Render();
}
}
}
}

0 comments on commit 6b6a050

Please sign in to comment.