Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
Merge pull request #16 from unsignedapps/fix/align-version-numbers
Browse files Browse the repository at this point in the history
Aligned CLI version number with tag
  • Loading branch information
bok- authored Aug 19, 2020
2 parents 9124bab + f003f96 commit a77d34d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/CreateXCFramework/Command.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ struct Command: ParsableCommand {
Supported platforms: \(TargetPlatform.allCases.map({ $0.rawValue }).joined(separator: ", "))
""",
version: "1.1.0"
version: "1.2.1"
)


Expand Down

0 comments on commit a77d34d

Please sign in to comment.