Skip to content

Commit

Permalink
chore: bump to version 0.5.11
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurpalves committed Jan 13, 2022
1 parent 092fd4a commit 9507fd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/CoherentSwift/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ struct CoherentSwift: ParsableCommand {
static var configuration = CommandConfiguration(
commandName: "coherent-swift",
abstract: "A command-line tool to analyze and report Swift code cohesion",
version: "0.5.10",
version: "0.5.11",
subcommands: [
Initializer.self,
Report.self
Expand Down

0 comments on commit 9507fd8

Please sign in to comment.