From bc6b824fef086ae06180c6dd6c061a7458e6947a Mon Sep 17 00:00:00 2001 From: KIM Date: Sun, 15 Aug 2021 23:40:47 +0900 Subject: [PATCH] Bump version to 17 --- DcConfig.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/DcConfig.cs b/DcConfig.cs index bba843b..42a570f 100644 --- a/DcConfig.cs +++ b/DcConfig.cs @@ -12,7 +12,7 @@ namespace DutyContent { class DcConfig { - public static int PluginTag => 16; + public static int PluginTag => 17; public static Version PluginVersion => System.Reflection.Assembly.GetExecutingAssembly().GetName().Version; public static bool PluginEnable { get; set; }