From cdd5788465c9bc69b54f5e4e8d6fb60acffd16b2 Mon Sep 17 00:00:00 2001 From: avaness Date: Mon, 25 Nov 2024 22:45:19 -0600 Subject: [PATCH] Update AssemblyInfo.cs --- PluginLoader/Properties/AssemblyInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/PluginLoader/Properties/AssemblyInfo.cs b/PluginLoader/Properties/AssemblyInfo.cs index 7176ec5..c8f3d34 100644 --- a/PluginLoader/Properties/AssemblyInfo.cs +++ b/PluginLoader/Properties/AssemblyInfo.cs @@ -31,5 +31,5 @@ // You can specify all the values or you can default the Build and Revision Numbers // by using the '*' as shown below: // [assembly: AssemblyVersion("1.0.*")] -[assembly: AssemblyVersion("1.12.6.0")] -[assembly: AssemblyFileVersion("1.12.6.0")] +[assembly: AssemblyVersion("1.12.7.0")] +[assembly: AssemblyFileVersion("1.12.7.0")]