Skip to content

Commit

Permalink
bumped rev
Browse files Browse the repository at this point in the history
  • Loading branch information
hippiehunter committed Mar 28, 2020
1 parent 9c560c2 commit 1059138
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HarmonyCore.CliTool/Program.cs
Expand Up @@ -21,7 +21,7 @@ class UpgradeLatestOptions
public static string CurrentVersionTag = "release-v3.1.2";
public static string BuildPackageVersion = "11.1.1030.2704";
public static string CodeDomProviderVersion = "1.0.7";
public static string HCBuildVersion = "3.1.37";
public static string HCBuildVersion = "3.1.42";
public static Dictionary<string, string> LatestNugetReferences = new Dictionary<string, string>(StringComparer.CurrentCultureIgnoreCase)
{
{"Harmony.Core", HCBuildVersion},
Expand Down

0 comments on commit 1059138

Please sign in to comment.