Skip to content

Commit 2e219b0

Browse files
committed
Bump version to v2.0.2
1 parent 2f8a4cb commit 2e219b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/swift-bundler/SwiftBundler.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ struct SwiftBundler: ParsableCommand {
77
static let configuration = CommandConfiguration(
88
commandName: "swift-bundler",
99
abstract: "A tool for creating macOS apps from Swift packages.",
10-
version: "v2.0.1",
10+
version: "v2.0.2",
1111
shouldDisplay: true,
1212
subcommands: [
1313
BundleCommand.self,

0 commit comments

Comments
 (0)