ForgeCore/Assembly/ASMInfo.cs
2019-12-20 20:06:40 -07:00

13 lines
284 B
C#

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**";
}
}