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 b931248 commit a38df7bCopy full SHA for a38df7b
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.6.2\n" +
+ "Version: 1.7.0\n" +
62
"DiscordKt: ${versions.library}\n" +
63
"Kotlin: $kotlinVersion" +
64
"```"
0 commit comments