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.
2 parents 00402d7 + 116c400 commit c31ede5Copy full SHA for c31ede5
src/main/kotlin/me/ddivad/judgebot/Main.kt
@@ -56,7 +56,7 @@ suspend fun main(args: Array<String>) {
56
field {
57
name = "Build Info"
58
value = "```" +
59
- "Version: 1.2.0\n" +
+ "Version: 1.2.1\n" +
60
"DiscordKt: ${versions.library}\n" +
61
"Kotlin: $kotlinVersion" +
62
"```"
0 commit comments