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

Commit

Permalink
bump: v1.9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
5HT2 committed Apr 2, 2021
1 parent 5549508 commit 7e467f3
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -77,7 +77,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.9.1.jar
java -jar bot-kt-v1.9.2.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.9.1
bot_kt_version=v1.9.2

kotlin_version=1.5.0-M1
kotlinx_coroutines_version=1.4.2
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 @@ -30,7 +30,7 @@ import kotlin.system.exitProcess

object Main {

const val currentVersion = "v1.9.1"
const val currentVersion = "v1.9.2"

val startUpTime: Instant = Instant.now()

Expand Down
2 changes: 1 addition & 1 deletion version.json
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
{
"version": "v1.9.1"
"version": "v1.9.2"
}

0 comments on commit 7e467f3

Please sign in to comment.