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 651dce9 commit f149617Copy full SHA for f149617
src/main/kotlin/me/ddivad/judgebot/Main.kt
@@ -67,7 +67,7 @@ suspend fun main(args: Array<String>) {
67
field {
68
name = "Build Info"
69
value = "```" +
70
- "Version: 2.3.0\n" +
+ "Version: 2.4.0\n" +
71
"DiscordKt: ${versions.library}\n" +
72
"Kotlin: $kotlinVersion" +
73
"```"
0 commit comments