diff --git a/Sources/hyper-focus/command.swift b/Sources/hyper-focus/command.swift index c40726a..972ba71 100644 --- a/Sources/hyper-focus/command.swift +++ b/Sources/hyper-focus/command.swift @@ -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 }