Fix error where command registry would throw a exception

This commit is contained in:
Zontreck 2020-08-18 15:52:41 -07:00
parent 6282c57643
commit 54ef1b63cb
2 changed files with 5 additions and 5 deletions

View file

@ -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.4.395")]
[assembly: AssemblyFileVersion("5.4.396")]
[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.4.395";
public static string BotVer = "5.4.396";
public static string GitPassword
{
get