Skip to content

Commit

Permalink
Release as 0.9.11
Browse files Browse the repository at this point in the history
This release includes fixes for Issues 2-6
  • Loading branch information
drok committed Mar 11, 2021
1 parent d404fb9 commit 4d62c31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion HarmonyMod/Properties/Versioning.cs
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ namespace HarmonyMod
{
public static class Versioning
{
public const string ReleaseStr = "0";
public const string ReleaseStr = "1";
public const uint ImplementationVersion = 0x00090000;
public const string MyAssemblyVersion = "1.0.0." + ReleaseStr + ReleaseTypeStr;
public const string MyFileVersion = "0.9";
Expand Down

0 comments on commit 4d62c31

Please sign in to comment.