diff --git a/Assembly/ASMInfo.cs b/Assembly/ASMInfo.cs
index 4c1581e..9eb7a48 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("© 2020 Tara Piccari")]
-[assembly: AssemblyFileVersion("5.586")]
+[assembly: AssemblyFileVersion("5.587")]
[assembly: AssemblyDescription("Second Life Bot - BotCore5")]
@@ -15,7 +15,7 @@ namespace Bot.Assemble
public class ASMInfo
{
public static string BotName = "ZBotCore";
- public static double BotVer = 5.586;
+ public static double BotVer = 5.587;
public static string GitPassword
{
get
diff --git a/CommandSystem/BaseHooks.cs b/CommandSystem/BaseHooks.cs
index 623e55b..a22517e 100644
--- a/CommandSystem/BaseHooks.cs
+++ b/CommandSystem/BaseHooks.cs
@@ -34,7 +34,7 @@ namespace Bot.CommandSystem
"}table.HelpTable tfoot.links{ text-align: right;}table.HelpTable tfoot.links a{display: inline - block;" +
"background: #1C6EA4; color: #FFFFFF; padding: 2px 8px; border - radius: 5px;}";
- Final += "
";
+ Final += "Bot Version | "+ASMInfo.BotVer+" |
---|
";
Final += "Command | Minimum Level Required | Usage | Allowed Sources | Number of Arguments required |
";
foreach (KeyValuePair cmd in reg.Cmds)