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