From 98e6abb12b3fd358083850b2d76e1b23b6bf1bb5 Mon Sep 17 00:00:00 2001 From: griffin-stewie Date: Wed, 22 Jun 2022 09:37:16 +0900 Subject: [PATCH] bump version --- Sources/xopen/Commands/RootCommand.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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,