package net.mamoe.mirai
/**
* Mirai 的一些信息.
*
* @see MiraiEnvironment 环境信息
*/
object Mirai {
const val VERSION: String = "1.0.0"
}