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