diff --git a/code/dreimetadaten/Command/Command.swift b/code/dreimetadaten/Command/Command.swift index c83c22ed..447cb31d 100644 --- a/code/dreimetadaten/Command/Command.swift +++ b/code/dreimetadaten/Command/Command.swift @@ -13,7 +13,7 @@ import ArgumentParser struct Command: ParsableCommand { static let configuration = CommandConfiguration( commandName: executableName, - version: "1.2.1", + version: "2.0.0", subcommands: [Load.self, Export.self, WebBuild.self, Migrate.self], helpMessageLabelColumnWidth: 20 )