Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
griffin-stewie committed May 26, 2022
1 parent 45d7078 commit bbfb7e4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/xopen/Commands/RootCommand.swift
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.7.0",
version: "1.8.0",
subcommands: [
DefaultOpenCommand.self,
OpenCommand.self,
Expand Down

0 comments on commit bbfb7e4

Please sign in to comment.