Update bot to include a enable and disable command

This commit is contained in:
Zontreck 2020-07-28 00:52:04 -07:00
parent 20373ae79b
commit 2496106f90
4 changed files with 42 additions and 3 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.3.929")]
[assembly: AssemblyFileVersion("5.4.014")]
[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.929";
public static string BotVer = "5.4.014";
public static string GitPassword
{
get