Change stuffs around

This commit is contained in:
Zontreck 2020-08-20 14:58:22 -07:00
parent 375f623715
commit 7392ef6878
7 changed files with 776 additions and 2 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.4000")]
[assembly: AssemblyFileVersion("5.0.4.1001")]
[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.4000";
public static string BotVer = "5.0.4.1001";
public static string GitPassword
{
get