From 0be3a68c84987493a7d7298027274a0862bc5ccd Mon Sep 17 00:00:00 2001 From: Rob Amos Date: Fri, 19 Aug 2022 21:31:05 +1000 Subject: [PATCH] Bump Command.swift --- Sources/CreateXCFramework/Command.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/CreateXCFramework/Command.swift b/Sources/CreateXCFramework/Command.swift index bdaf996..2805632 100644 --- a/Sources/CreateXCFramework/Command.swift +++ b/Sources/CreateXCFramework/Command.swift @@ -27,7 +27,7 @@ struct Command: ParsableCommand { Supported platforms: \(TargetPlatform.allCases.map({ $0.rawValue }).joined(separator: ", ")) """, - version: "2.2.0" + version: "2.3.0" )