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 03c824c commit 61ae997Copy full SHA for 61ae997
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.0\n" +
+ "Version: 1.3.1\n" +
62
"DiscordKt: ${versions.library}\n" +
63
"Kotlin: $kotlinVersion" +
64
"```"
0 commit comments