From ec86c7659542a28079a9cc1400d3af2fad634e2b Mon Sep 17 00:00:00 2001 From: Zontreck Date: Sun, 12 Jul 2020 15:53:21 -0700 Subject: [PATCH] Force a update to fix auto replies --- Assembly/ASMInfo.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assembly/ASMInfo.cs b/Assembly/ASMInfo.cs index 34abfdf..6b38354 100644 --- a/Assembly/ASMInfo.cs +++ b/Assembly/ASMInfo.cs @@ -6,7 +6,7 @@ using System.Reflection; [assembly: AssemblyCompany("ZNI")] [assembly: AssemblyAlgorithmId(System.Configuration.Assemblies.AssemblyHashAlgorithm.MD5)] [assembly: AssemblyCopyright("(C) 2020 Tara Piccari")] -[assembly: AssemblyFileVersion("5.3.923")] +[assembly: AssemblyFileVersion("5.3.924")] [assembly: AssemblyDescription("Second Life Bot - BotCore5")] @@ -15,7 +15,7 @@ namespace Bot.Assemble public class ASMInfo { public static string BotName = "ZBotCore"; - public static string BotVer = "5.3.923"; + public static string BotVer = "5.3.924"; public static string GitPassword { get