Skip to content

Commit

Permalink
Update main.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
tychop authored Sep 9, 2024
1 parent 2981298 commit 635aa02
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit 635aa02

Please sign in to comment.