Skip to content

Commit

Permalink
Kick the can down the road with manual version bump
Browse files Browse the repository at this point in the history
  • Loading branch information
mattmassicotte committed Feb 8, 2024
1 parent a8ee3f1 commit aaba185
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/clitool/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ struct XCLintCommand: ParsableCommand {

func run() throws {
if version {
throw CleanExit.message("0.0.1")
throw CleanExit.message("0.1.1")
}

// find the xcodeproj file
Expand Down

0 comments on commit aaba185

Please sign in to comment.