We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cc6d044 commit 104b532Copy full SHA for 104b532
build.gradle.kts
@@ -7,7 +7,7 @@ plugins {
7
}
8
9
group = "me.lightless.bot"
10
-version = "1.0.1-SNAPSHOT"
+version = "1.0.2-SNAPSHOT"
11
12
repositories {
13
maven("https://dl.bintray.com/kotlin/kotlin-eap")
src/main/kotlin/me/lightless/izumi/plugin/command/impl/About.kt
@@ -21,7 +21,7 @@ class About : ICommand {
21
logger.debug("$commandName called")
22
val message = """
23
|BotIzumi Project
24
- |Version: 1.0.1-SNAPSHOT
+ |Version: 1.0.2-SNAPSHOT
25
|
26
|A QQ bot based on mirai (https://github.com/mamoe/mirai).
27
0 commit comments