Minor patch to a submodule - update version to trigger updates

This commit is contained in:
Zontreck 2020-07-05 16:54:21 -07:00
parent fcb12cedda
commit 6531716382
2 changed files with 3 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("<22> 2020 Tara Piccari")]
[assembly: AssemblyFileVersion("5.3.915")]
[assembly: AssemblyFileVersion("5.3.916")]
[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.915";
public static string BotVer = "5.3.916";
public static string GitPassword
{
get