Skip to content

Commit

Permalink
Bump version (4.0.1)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixHerrmann committed Feb 14, 2024
1 parent 24fd75c commit 3aad8cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/swift-package-list/SwiftPackageList.swift
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ struct SwiftPackageList: ParsableCommand {
static var configuration: CommandConfiguration {
return CommandConfiguration(
discussion: "A command-line tool to get all used Swift Package dependencies.",
version: "4.0.0"
version: "4.0.1"
)
}

Expand Down

0 comments on commit 3aad8cb

Please sign in to comment.