Skip to content

Commit

Permalink
bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
griffin-stewie committed Dec 26, 2021
1 parent 1225d8a commit 3a6ccc0
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 @@ -6,7 +6,7 @@ struct RootCommand: ParsableCommand {
static var configuration = CommandConfiguration(
commandName: "xopen",
abstract: "Open file using Xcode version you defined by .xcode-version",
version: "1.6.0",
version: "1.6.1",
subcommands: [
DefaultOpenCommand.self,
OpenCommand.self,
Expand Down

0 comments on commit 3a6ccc0

Please sign in to comment.