Skip to content

Commit c31ede5

Browse files
authored
Merge pull request #36 from the-programmers-hangout/develop
release: bump to 1.2.1
2 parents 00402d7 + 116c400 commit c31ede5

File tree

1 file changed

+1
-1
lines changed
  • src/main/kotlin/me/ddivad/judgebot

1 file changed

+1
-1
lines changed

src/main/kotlin/me/ddivad/judgebot/Main.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ suspend fun main(args: Array<String>) {
5656
field {
5757
name = "Build Info"
5858
value = "```" +
59-
"Version: 1.2.0\n" +
59+
"Version: 1.2.1\n" +
6060
"DiscordKt: ${versions.library}\n" +
6161
"Kotlin: $kotlinVersion" +
6262
"```"

0 commit comments

Comments
 (0)