2017-10-03 00:22:26 +02:00
|
|
|
|
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;
|
2017-10-03 00:22:26 +02:00
|
|
|
|
public const double ApiVersion = 1;
|
|
|
|
|
}
|
|
|
|
|
}
|