From 9507fd81cc72ad2dccb53b431006c46042c7e241 Mon Sep 17 00:00:00 2001 From: Arthur Alves Date: Thu, 13 Jan 2022 16:34:44 +0100 Subject: [PATCH] chore: bump to version 0.5.11 --- Sources/CoherentSwift/main.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/CoherentSwift/main.swift b/Sources/CoherentSwift/main.swift index d492702..c6975e9 100644 --- a/Sources/CoherentSwift/main.swift +++ b/Sources/CoherentSwift/main.swift @@ -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