Skip to content

Commit c27ddcc

Browse files
authored
Merge pull request #12 from Galarius/release/0.2.2
main: bump version to 0.2.2
2 parents 35b9df9 + 75a92c2 commit c27ddcc

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Sources/XcodeCoverageConverter/main.swift

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

0 commit comments

Comments
 (0)