Skip to content

Commit

Permalink
🔧 Update version to 0.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
korJAEYOUNGYUN committed Apr 26, 2023
1 parent fda8cbc commit be9a818
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/TCADiagram/TCADiagram.swift
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ import TCADiagramLib
struct TCADiagram: ParsableCommand {
static var configuration: CommandConfiguration = .init(
commandName: "tca-diagram",
version: "0.2.0"
version: "0.3.0"
)

@Option(name: .shortAndLong, help: "Root directory of swift files")
Expand Down

0 comments on commit be9a818

Please sign in to comment.