diff --git a/Sources/xopen/Commands/RootCommand.swift b/Sources/xopen/Commands/RootCommand.swift index 036d666..948138a 100644 --- a/Sources/xopen/Commands/RootCommand.swift +++ b/Sources/xopen/Commands/RootCommand.swift @@ -8,7 +8,7 @@ struct RootCommand: AsyncParsableCommand { static var configuration = CommandConfiguration( commandName: "xopen", abstract: "Open file using Xcode version you defined by .xcode-version", - version: "1.8.0", + version: "1.8.1", subcommands: [ DefaultOpenCommand.self, OpenCommand.self,