Skip to content

Commit

Permalink
Fixed the version
Browse files Browse the repository at this point in the history
  • Loading branch information
egordorichev authored Oct 28, 2019
1 parent a70333d commit 34c7120
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion BurningKnight/BK.cs
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
namespace BurningKnight {
public class BK : Engine {
public static bool StandMode = false;
public static Version Version = new Version("Sand & Oil update", 11, 0, 1, 6, 2, true, Debug);
public static Version Version = new Version("Sand & Oil update", 11, 0, 1, 5, 3, true, Debug);

public BK(int width, int height, bool fullscreen) : base(Version,
#if DEBUG
Expand Down

0 comments on commit 34c7120

Please sign in to comment.