2.0-RC-dev-1

This commit is contained in:
Him188 2021-01-05 12:58:06 +08:00
parent 24a95201a0
commit d0fd05d4d5

View File

@ -11,17 +11,8 @@
import org.gradle.api.attributes.Attribute
/*
* Copyright 2019-2020 Mamoe Technologies and contributors.
*
* 此源代码的使用受 GNU AFFERO GENERAL PUBLIC LICENSE version 3 许可证的约束, 可以在以下链接找到该许可证.
* Use of this source code is governed by the GNU AFFERO GENERAL PUBLIC LICENSE version 3 license that can be found via the following link.
*
* https://github.com/mamoe/mirai/blob/master/LICENSE
*/
object Versions {
const val project = "2.0-M2-2"
const val project = "2.0-RC-dev-1"
const val kotlinCompiler = "1.4.21"
const val kotlinStdlib = "1.4.21"