From d0fd05d4d5bf5ca1f4bec7af1eb89533829bcc3b Mon Sep 17 00:00:00 2001 From: Him188 Date: Tue, 5 Jan 2021 12:58:06 +0800 Subject: [PATCH] 2.0-RC-dev-1 --- buildSrc/src/main/kotlin/Versions.kt | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/buildSrc/src/main/kotlin/Versions.kt b/buildSrc/src/main/kotlin/Versions.kt index 24c85f3c5..4a42b0bc1 100644 --- a/buildSrc/src/main/kotlin/Versions.kt +++ b/buildSrc/src/main/kotlin/Versions.kt @@ -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"