geekbot/Geekbot.net/Lib/Constants.cs

9 lines
215 B
C#
Raw Normal View History

namespace Geekbot.net.Lib
{
public class Constants
{
public const string Name = "Geekbot";
2018-04-30 23:44:19 +02:00
public const double BotVersion = 3.6;
public const double ApiVersion = 1;
}
}