diff --git a/src/Shared/Metadata.cs b/src/Shared/Metadata.cs index 24c058a2..09e08e8f 100644 --- a/src/Shared/Metadata.cs +++ b/src/Shared/Metadata.cs @@ -6,6 +6,6 @@ internal static class Metadata /// Version number used be all plugins. Must be convertible to /// Use ReleaseVersion.HotfixVersion format /// - public const string PluginsVersion = "15.3.2"; + public const string PluginsVersion = "15.4"; } }