Skip to content

Commit

Permalink
Bump version to v2.0.3
Browse files Browse the repository at this point in the history
  • Loading branch information
stackotter committed Apr 24, 2022
1 parent 697f84c commit a529811
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/swift-bundler/SwiftBundler.swift
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ struct SwiftBundler: ParsableCommand {
static let configuration = CommandConfiguration(
commandName: "swift-bundler",
abstract: "A tool for creating macOS apps from Swift packages.",
version: "v2.0.2",
version: "v2.0.3",
shouldDisplay: true,
subcommands: [
BundleCommand.self,
Expand Down

0 comments on commit a529811

Please sign in to comment.