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-05-04 23:34:47 +02:00
public const double BotVersion = 3.7;
public const double ApiVersion = 1;
}
}