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 697f84c commit a529811Copy full SHA for a529811
Sources/swift-bundler/SwiftBundler.swift
@@ -7,7 +7,7 @@ struct SwiftBundler: ParsableCommand {
7
static let configuration = CommandConfiguration(
8
commandName: "swift-bundler",
9
abstract: "A tool for creating macOS apps from Swift packages.",
10
- version: "v2.0.2",
+ version: "v2.0.3",
11
shouldDisplay: true,
12
subcommands: [
13
BundleCommand.self,
0 commit comments