chore: changed Main.kt a bit to retrigger the pipeline

Signed-off-by: limited_dev <loginakkisativ@gmail.com>
This commit is contained in:
limited_dev 2023-05-18 22:16:20 +02:00
parent c297c9b4f0
commit 7fb1c19e3f

View file

@ -28,7 +28,7 @@ suspend fun main() {
"|_|_|_|_____|___|___|___|\n" + "|_|_|_|_____|___|___|___|\n" +
" " " "
) )
println("v" + BuildConstants.version) println("v.${BuildConstants.version}")
Bot.start() Bot.start()
} }