Updated version info

This commit is contained in:
dankito 2024-08-18 16:41:56 +02:00
parent ae77d67707
commit fe8c0fb59c
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ import util.OutputFormat
class fints4kCommandLineInterface : CliktCommand(name = "fints", printHelpOnEmptyArgs = true, invokeWithoutSubcommand = true) {
init {
versionOption("1.0.0 Alpha-10", names = setOf("-v", "--version"))
versionOption("1.0.0 Alpha-11", names = setOf("-v", "--version"))
}
val bankCode by argument("Bankleitzahl", "Die Bankleitzahl deiner Bank")