Skip to content

Commit 10cca6c

Browse files
author
Thibault Wittemberg
committed
main: bump version to 0.2.1
1 parent 817b3f7 commit 10cca6c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Sources/XcodeCoverageConverter/main.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import Core
44
struct Xcc: ParsableCommand {
55
static let configuration = CommandConfiguration(
66
abstract: "A Swift command-line tool to convert xccov outputs into continuous integration friendly formats",
7-
version: "0.2.0",
7+
version: "0.2.1",
88
subcommands: [Generate.self],
99
defaultSubcommand: Generate.self)
1010

0 commit comments

Comments
 (0)