Skip to content

Commit

Permalink
chore: bump version for 1.7.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ddivad195 committed May 1, 2021
1 parent b931248 commit a38df7b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/kotlin/me/ddivad/judgebot/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ suspend fun main(args: Array<String>) {
field {
name = "Build Info"
value = "```" +
"Version: 1.6.2\n" +
"Version: 1.7.0\n" +
"DiscordKt: ${versions.library}\n" +
"Kotlin: $kotlinVersion" +
"```"
Expand Down

0 comments on commit a38df7b

Please sign in to comment.