Skip to content

Commit

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

0 comments on commit dd87ac6

Please sign in to comment.