Bump version to 17
This commit is contained in:
parent
0ecea5bee8
commit
bc6b824fef
1 changed files with 1 additions and 1 deletions
|
@ -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; }
|
||||
|
|
Loading…
Reference in a new issue