Update version to force updates in the AutoUpdater
This commit is contained in:
parent
6ead57da24
commit
fcb12cedda
2 changed files with 4 additions and 4 deletions
|
@ -5,8 +5,8 @@ using System.Reflection;
|
||||||
|
|
||||||
[assembly: AssemblyCompany("ZNI")]
|
[assembly: AssemblyCompany("ZNI")]
|
||||||
[assembly: AssemblyAlgorithmId(System.Configuration.Assemblies.AssemblyHashAlgorithm.MD5)]
|
[assembly: AssemblyAlgorithmId(System.Configuration.Assemblies.AssemblyHashAlgorithm.MD5)]
|
||||||
[assembly: AssemblyCopyright("© 2020 Tara Piccari")]
|
[assembly: AssemblyCopyright("<EFBFBD> 2020 Tara Piccari")]
|
||||||
[assembly: AssemblyFileVersion("5.3.914")]
|
[assembly: AssemblyFileVersion("5.3.915")]
|
||||||
[assembly: AssemblyDescription("Second Life Bot - BotCore5")]
|
[assembly: AssemblyDescription("Second Life Bot - BotCore5")]
|
||||||
|
|
||||||
|
|
||||||
|
@ -15,7 +15,7 @@ namespace Bot.Assemble
|
||||||
public class ASMInfo
|
public class ASMInfo
|
||||||
{
|
{
|
||||||
public static string BotName = "ZBotCore";
|
public static string BotName = "ZBotCore";
|
||||||
public static string BotVer = "5.3.914";
|
public static string BotVer = "5.3.915";
|
||||||
public static string GitPassword
|
public static string GitPassword
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit ac393073eb432f38283205463dda197cd03ca5bb
|
Subproject commit f9e947745f715c0fb1ad9c1b30a54ef7c935e39b
|
Loading…
Add table
Add a link
Reference in a new issue