From e5ef0c7b71ef84ed481d28b41797b02807adcb0b Mon Sep 17 00:00:00 2001 From: Daniel Osborne <1127170+Gwindalmir@users.noreply.github.com> Date: Thu, 6 Aug 2020 10:19:22 -0700 Subject: [PATCH] Version bump. --- WorkshopToolCommon/Constants.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/WorkshopToolCommon/Constants.cs b/WorkshopToolCommon/Constants.cs index 11a904d..78c55fd 100644 --- a/WorkshopToolCommon/Constants.cs +++ b/WorkshopToolCommon/Constants.cs @@ -2,7 +2,7 @@ { public static class Constants { - public const string Version = "0.7.5.*"; + public const string Version = "0.7.6.*"; #if SE public const string SEWT_Prefix = "[_SEWT_]"; #else