Skip to content

Commit

Permalink
Bump version (4.3.0)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixHerrmann committed Sep 7, 2024
1 parent 2abe214 commit 60b77be
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.2.0"
version: "4.3.0"
)
}

Expand Down

0 comments on commit 60b77be

Please sign in to comment.