From 6b6a05046f60e90775b7d5a69259edf876a50d96 Mon Sep 17 00:00:00 2001 From: Egor Dorichev Date: Tue, 15 Oct 2019 22:29:30 +0300 Subject: [PATCH] Version bump --- BurningKnight/BK.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BurningKnight/BK.cs b/BurningKnight/BK.cs index ad63d7789..40bcca915 100644 --- a/BurningKnight/BK.cs +++ b/BurningKnight/BK.cs @@ -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 @@ -51,4 +51,4 @@ public override void RenderUi() { Mods.Render(); } } -} \ No newline at end of file +}