Updates to point to certificate inside botdata folder

This commit is contained in:
Zontreck 2020-09-09 10:50:00 -07:00
parent 828813ae2d
commit 2f0d6848b5
4 changed files with 23 additions and 10 deletions

View file

@ -7,7 +7,7 @@ using LibZNI;
[assembly: AssemblyCompany("ZNI")]
[assembly: AssemblyAlgorithmId(System.Configuration.Assemblies.AssemblyHashAlgorithm.MD5)]
[assembly: AssemblyCopyright("(C) 2020 Tara Piccari")]
[assembly: AssemblyFileVersion("5.0.5.1252")]
[assembly: AssemblyFileVersion("5.0.5.1253")]
[assembly: AssemblyDescription("Second Life Bot - BotCore5")]
[assembly: AutoUpdater("/job/ZBotCore/job/BotCore5", "module.tar")]
@ -16,7 +16,7 @@ namespace Bot.Assemble
public class ASMInfo
{
public static string BotName = "ZBotCore";
public static string BotVer = "5.0.5.1252";
public static string BotVer = "5.0.5.1253";
public static string GitPassword
{
get