From 236f432ab17972c82fbce51f630ee4ce41b2f16c Mon Sep 17 00:00:00 2001 From: ManlyMarco <39247311+ManlyMarco@users.noreply.github.com> Date: Tue, 20 Feb 2024 22:45:58 +0100 Subject: [PATCH] Version up to 19.5 --- src/Shared/Metadata.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Shared/Metadata.cs b/src/Shared/Metadata.cs index 01c78b38..b3d0e5e0 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 = "19.4"; + public const string PluginsVersion = "19.5"; } }