From 7e2b4f461642b7c536a90d03c6197e8bc2fddd90 Mon Sep 17 00:00:00 2001 From: Felix Herrmann Date: Thu, 19 May 2022 00:47:27 +0200 Subject: [PATCH] bumped version (2.0.0) --- Sources/SwiftPackageListCommand/SwiftPackageListCommand.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/SwiftPackageListCommand/SwiftPackageListCommand.swift b/Sources/SwiftPackageListCommand/SwiftPackageListCommand.swift index 60255cd..0a10703 100644 --- a/Sources/SwiftPackageListCommand/SwiftPackageListCommand.swift +++ b/Sources/SwiftPackageListCommand/SwiftPackageListCommand.swift @@ -15,7 +15,7 @@ import SwiftPackageListCore struct SwiftPackageListCommand: ParsableCommand { static var configuration: CommandConfiguration { - return CommandConfiguration(version: "1.6.0") + return CommandConfiguration(version: "2.0.0") } @Argument(help: "The path to your .xcodeproj or .xcworkspace file.")