Skip to content

Commit

Permalink
Bump version (3.0.9)
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixHerrmann committed Sep 21, 2023
1 parent 3dd6b97 commit 374fedd
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 @@ -13,7 +13,7 @@ struct SwiftPackageList: ParsableCommand {
static var configuration: CommandConfiguration {
return CommandConfiguration(
discussion: "A command-line tool to get all used SPM-dependencies of an Xcode project or workspace.",
version: "3.0.8",
version: "3.0.9",
subcommands: [Scan.self, Generate.self]
)
}
Expand Down

0 comments on commit 374fedd

Please sign in to comment.