Skip to content

Commit

Permalink
Bump version to v2.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
stackotter committed Apr 9, 2022
1 parent 2f8a4cb commit 2e219b0
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.1",
version: "v2.0.2",
shouldDisplay: true,
subcommands: [
BundleCommand.self,
Expand Down

0 comments on commit 2e219b0

Please sign in to comment.