9 lines
215 B
C#
9 lines
215 B
C#
|
namespace Geekbot.net.Lib
|
|||
|
{
|
|||
|
public class Constants
|
|||
|
{
|
|||
|
public const string Name = "Geekbot";
|
|||
|
public const double BotVersion = 3.4;
|
|||
|
public const double ApiVersion = 1;
|
|||
|
}
|
|||
|
}
|