Update MiraiConsoleBuildPlugin.kt (#182)

Sem Version
This commit is contained in:
Karlatemp
2020-09-16 17:18:39 +08:00
committed by GitHub
parent be311923d0
commit 7c8af5d595

View File

@@ -37,7 +37,7 @@ class MiraiConsoleBuildPlugin : Plugin<Project> {
"Manifest-Version" to "1",
"Implementation-Vendor" to "Mamoe Technologies",
"Implementation-Title" to target.name.toString(),
"Implementation-Version" to target.version.toString() + "-" + gitVersion
"Implementation-Version" to target.version.toString() + "+" + gitVersion
)
}
@Suppress("UNCHECKED_CAST")