From 94cf987543e82b71bde11d132426d20a2a3412a2 Mon Sep 17 00:00:00 2001 From: swiftyfinch Date: Wed, 17 May 2023 19:09:54 +0500 Subject: [PATCH] Bump version 0.2.0 --- Sources/Bee/main.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Bee/main.swift b/Sources/Bee/main.swift index 30273c6..0bca6c5 100644 --- a/Sources/Bee/main.swift +++ b/Sources/Bee/main.swift @@ -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)