Skip to content

Commit

Permalink
Merge pull request #19 from griffin-stewie/tagpr-from-v1.8.5
Browse files Browse the repository at this point in the history
Release for v1.8.6
  • Loading branch information
griffin-stewie authored Dec 7, 2022
2 parents 796653d + 2008dd0 commit b801b59
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
# Changelog

## [v1.8.6](https://github.com/griffin-stewie/xopen-cli/compare/v1.8.5...v1.8.6) - 2022-12-07

## [v1.8.5](https://github.com/griffin-stewie/xopen-cli/compare/v1.8.4...v1.8.5) - 2022-12-07
- Fix open behavior by @griffin-stewie in https://github.com/griffin-stewie/xopen-cli/pull/17

Expand Down
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 b801b59

Please sign in to comment.