diff --git a/Sources/xcstrings-tool/XCStringsTool.swift b/Sources/xcstrings-tool/XCStringsTool.swift index 48339f7..494f3a9 100644 --- a/Sources/xcstrings-tool/XCStringsTool.swift +++ b/Sources/xcstrings-tool/XCStringsTool.swift @@ -5,7 +5,7 @@ struct XCStringsTool: ParsableCommand { static var configuration = CommandConfiguration( commandName: "xcstrings-tool", abstract: "Generates Swift code from String Catalogs (.xcstrings files)", - version: "0.1.1", + version: "0.1.2", subcommands: [Generate.self], defaultSubcommand: Generate.self )