From 2036fb173fcbcfca89b9e689272161f3609f7801 Mon Sep 17 00:00:00 2001 From: Daniel Osborne <1127170+Gwindalmir@users.noreply.github.com> Date: Thu, 18 Mar 2021 09:47:41 -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 c07e537..8bc7cf8 100644 --- a/WorkshopToolCommon/Constants.cs +++ b/WorkshopToolCommon/Constants.cs @@ -2,7 +2,7 @@ { public static class Constants { - public const string Version = "0.7.10.*"; + public const string Version = "0.7.11.*"; #if SE public const string SEWT_Prefix = "[_SEWT_]"; #else