From f003f96d82eee11aab0c7e387bf80054ceffe01f Mon Sep 17 00:00:00 2001 From: Rob Amos Date: Wed, 19 Aug 2020 16:19:28 +1000 Subject: [PATCH] Aligned CLI version number with tag --- 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 770ecfd..0d8c6b6 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: "1.1.0" + version: "1.2.1" )