Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
griffin-stewie committed Mar 21, 2022
1 parent 12c68b4 commit 619076e
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.6.1",
version: "1.7.0",
subcommands: [
DefaultOpenCommand.self,
OpenCommand.self,
Expand Down

0 comments on commit 619076e

Please sign in to comment.