Create ASMInfo.cs

This commit is contained in:
Tara 2019-12-20 20:06:40 -07:00 committed by GitHub
parent 0c175cc0dd
commit 453f69dae9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

13
Assembly/ASMInfo.cs Normal file
View file

@ -0,0 +1,13 @@
using System;
using System.Collections.Generic;
using System.Text;
namespace Bot.Assemble
{
public class ASMInfo
{
public static string BotName = "ZBotCore";
public static double BotVer = 5.1;
public static string GitPassword = "**REMOVED**";
}
}