Skip to content

Commit

Permalink
[tagpr] prepare for the next release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Dec 7, 2022
1 parent 796653d commit c7a520b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/xopen/Commands/RootCommand.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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.5",
version: "1.8.6",
subcommands: [
DefaultOpenCommand.self,
OpenCommand.self,
Expand Down

0 comments on commit c7a520b

Please sign in to comment.