[skip ci] empty lines before and after version
This commit is contained in:
parent
2d26194369
commit
62fa879fce
1 changed files with 1 additions and 1 deletions
|
@ -45,7 +45,7 @@ fun quit(status: Int): Nothing {
|
|||
|
||||
fun printProvsVersion() {
|
||||
val version = object {}.javaClass.getResource("/version.txt")?.readText()?.trim()
|
||||
println("Provs version: $version")
|
||||
println("\nProvs version: $version\n")
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Reference in a new issue