Skip to content

Commit a529811

Browse files
committed
Bump version to v2.0.3
1 parent 697f84c commit a529811

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.2",
10+
version: "v2.0.3",
1111
shouldDisplay: true,
1212
subcommands: [
1313
BundleCommand.self,

0 commit comments

Comments
 (0)