From d3014b583470162355f92eaa50c968a222cad752 Mon Sep 17 00:00:00 2001 From: Michael Bianco Date: Tue, 7 Feb 2023 08:00:09 -0700 Subject: [PATCH] chore: version bump --- Sources/hyper-focus/command.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/hyper-focus/command.swift b/Sources/hyper-focus/command.swift index dd7e126..47043a6 100644 --- a/Sources/hyper-focus/command.swift +++ b/Sources/hyper-focus/command.swift @@ -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 }