We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a07e5da commit b3ee474Copy full SHA for b3ee474
Sources/swift-package-list/SwiftPackageList.swift
@@ -15,7 +15,7 @@ struct SwiftPackageList: ParsableCommand {
15
static var configuration: CommandConfiguration {
16
return CommandConfiguration(
17
discussion: "A command-line tool to get all used Swift Package dependencies.",
18
- version: "4.5.0"
+ version: "4.6.0"
19
)
20
}
21
0 commit comments