Skip to content

Commit

Permalink
chore: version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveitaly committed Feb 7, 2023
1 parent 361ef47 commit d3014b5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/hyper-focus/command.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ struct HyperFocus: ParsableCommand {
mutating func run() throws {
if version {
// TODO: get latest git tag at swift compile time, doesn't seem like this is easy
print("0.1.6")
print("0.1.7")
return
}

Expand Down

0 comments on commit d3014b5

Please sign in to comment.