diff --git a/code/dreimetadaten/Command/Command.swift b/code/dreimetadaten/Command/Command.swift index 447cb31d..72e92c79 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: "2.0.0", + version: "2.1.0", subcommands: [Load.self, Export.self, WebBuild.self, Migrate.self], helpMessageLabelColumnWidth: 20 )