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

Commit 98af6d6

Browse files
committed
bump: v1.9.3
1 parent b58cb6e commit 98af6d6

4 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ If that still does not help, Hit `Add Configuration` in the upper right of your
7777
#### Running prebuilt binaries
7878

7979
```bash
80-
java -jar bot-kt-v1.9.2.jar
80+
java -jar bot-kt-v1.9.3.jar
8181
```
8282

8383
#### Disabling update checking

gradle.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
bot_kt_version=v1.9.2
1+
bot_kt_version=v1.9.3
22

33
kotlin_version=1.4.32
44
kotlinx_coroutines_version=1.4.2

src/main/kotlin/org/kamiblue/botkt/Main.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ import kotlin.system.exitProcess
3030

3131
object Main {
3232

33-
const val currentVersion = "v1.9.2"
33+
const val currentVersion = "v1.9.3"
3434

3535
val startUpTime: Instant = Instant.now()
3636

version.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
11
{
2-
"version": "v1.9.2"
2+
"version": "v1.9.3"
33
}

0 commit comments

Comments
 (0)