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 2f8a4cb commit 2e219b0Copy full SHA for 2e219b0
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.1",
+ version: "v2.0.2",
11
shouldDisplay: true,
12
subcommands: [
13
BundleCommand.self,
0 commit comments