2017-10-03 00:22:26 +02:00
|
|
|
|
namespace Geekbot.net.Lib
|
|
|
|
|
{
|
|
|
|
|
public class Constants
|
|
|
|
|
{
|
|
|
|
|
public const string Name = "Geekbot";
|
2017-11-16 10:27:59 +01:00
|
|
|
|
public const double BotVersion = 3.5;
|
2017-10-03 00:22:26 +02:00
|
|
|
|
public const double ApiVersion = 1;
|
|
|
|
|
}
|
|
|
|
|
}
|