Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
griffin-stewie committed Jun 22, 2022
1 parent 291d938 commit 98e6abb
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.0",
version: "1.8.1",
subcommands: [
DefaultOpenCommand.self,
OpenCommand.self,
Expand Down

0 comments on commit 98e6abb

Please sign in to comment.