Skip to content

Commit

Permalink
Bump version to v0.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
iloveitaly committed Feb 22, 2023
1 parent 0941d16 commit 8036a42
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 @@ -16,7 +16,7 @@ struct HyperFocus: ParsableCommand {
if version {
// we cannot get the latest tag version at compile time
// https://stackoverflow.com/questions/27804227/using-compiler-variables-in-swift
print("v0.1.7")
print("v0.1.8")
return
}

Expand Down

0 comments on commit 8036a42

Please sign in to comment.