From 635aa0266bf13b74d0af96e14f9983b2ce34a8f5 Mon Sep 17 00:00:00 2001 From: Tycho Pandelaar Date: Mon, 9 Sep 2024 15:22:15 +0200 Subject: [PATCH] Update main.swift --- Sources/main.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/main.swift b/Sources/main.swift index b997559..1d84c48 100644 --- a/Sources/main.swift +++ b/Sources/main.swift @@ -21,7 +21,7 @@ func run() async { let gitgulf = GitGulf() if argument == "--version" { - print("GitGulf v0.1.2") + print("GitGulf v0.1.3") print("https://github.com/tychop/GitGulf") } else if argument == "-b" { guard arguments.count > 2 else {