Skip to content
This repository has been archived by the owner on Sep 21, 2021. It is now read-only.

Commit

Permalink
[bump] v1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT2 committed Dec 28, 2020
1 parent ddcad23 commit 1c23c79
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ If that still does not help, Hit `Add Configuration` in the upper right of your
#### Running prebuilt binaries

```bash
java -jar bot-kt-v1.5.9.jar
java -jar bot-kt-v1.6.0.jar
```

#### Disabling update checking
Expand Down
2 changes: 1 addition & 1 deletion gradle.properties
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
bot_kt_version=v1.5.9
bot_kt_version=v1.6.0

bot_kotlin_version=1.4.21
bot_kotlinx_coroutines_version=1.4.1
Expand Down
2 changes: 1 addition & 1 deletion src/main/kotlin/org/kamiblue/botkt/Main.kt
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ import kotlin.system.exitProcess

object Main {

const val currentVersion = "v1.5.9"
const val currentVersion = "v1.6.0"

val startUpTime: Instant = Instant.now()
@Suppress("EXPERIMENTAL_API_USAGE")
Expand Down
4 changes: 2 additions & 2 deletions version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "v1.5.9"
}
"version": "v1.6.0"
}

0 comments on commit 1c23c79

Please sign in to comment.