Skip to content

Commit

Permalink
Updated Version Number
Browse files Browse the repository at this point in the history
  • Loading branch information
thesupersonic16 committed Nov 28, 2017
1 parent 2d3108c commit dfcbb51
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion HedgeModManager/src/Program.cs
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ internal static class Program
public static string GameName = "Unknown";
public const string ProgramName = "Hedge Mod Manager";
public const string ProgramNameShort = "HedgeModManager";
public const string VersionString = "6.1-011";
public const string VersionString = "6.1-012";
public const string UserAgent = "Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/56.0.2924.87 Safari/537.36";
public static bool Restart = false;

Expand Down
2 changes: 1 addition & 1 deletion appveyor.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
version: '6.1-011_r{build}'
version: '6.1-012_r{build}'

environment:
matrix:
Expand Down

0 comments on commit dfcbb51

Please sign in to comment.