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 69a3b27 commit b15cd60Copy full SHA for b15cd60
src/main/kotlin/me/ddivad/judgebot/Main.kt
@@ -57,7 +57,7 @@ suspend fun main(args: Array<String>) {
57
field {
58
name = "Build Info"
59
value = "```" +
60
- "Version: 2.1.1\n" +
+ "Version: 2.1.2\n" +
61
"DiscordKt: ${versions.library}\n" +
62
"Kotlin: $kotlinVersion" +
63
"```"
0 commit comments