Skip to content

Commit

Permalink
Bump version 0.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
swiftyfinch committed May 17, 2023
1 parent 5ddc75a commit 94cf987
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Bee/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ struct Bee: ParsableCommand {
@Option(name: .shortAndLong, help: "Tree depth.") var depth: Int?

static var configuration = CommandConfiguration(abstract: "🐝 Bee",
version: "0.1.0")
version: "0.2.0")

func run() throws {
let project = try XcodeProj.read(path: path)
Expand Down

0 comments on commit 94cf987

Please sign in to comment.