Minor patch to a submodule - update version to trigger updates
This commit is contained in:
parent
fcb12cedda
commit
6531716382
2 changed files with 3 additions and 3 deletions
|
@ -6,7 +6,7 @@ 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("<22> 2020 Tara Piccari")]
|
[assembly: AssemblyCopyright("<22> 2020 Tara Piccari")]
|
||||||
[assembly: AssemblyFileVersion("5.3.915")]
|
[assembly: AssemblyFileVersion("5.3.916")]
|
||||||
[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.915";
|
public static string BotVer = "5.3.916";
|
||||||
public static string GitPassword
|
public static string GitPassword
|
||||||
{
|
{
|
||||||
get
|
get
|
||||||
|
|
|
@ -1 +1 @@
|
||||||
Subproject commit f9e947745f715c0fb1ad9c1b30a54ef7c935e39b
|
Subproject commit e2dea5b6389fe59b70759e18dc69a57b45a76121
|
Loading…
Add table
Add a link
Reference in a new issue