diff --git a/Sources/Variants/main.swift b/Sources/Variants/main.swift index 84ca839..642535b 100644 --- a/Sources/Variants/main.swift +++ b/Sources/Variants/main.swift @@ -12,7 +12,7 @@ struct Variants: ParsableCommand { static var configuration = CommandConfiguration( commandName: "variants", abstract: "A command-line tool to setup deployment variants and working CI/CD setup", - version: "1.2.0", + version: "1.2.1", subcommands: [ Initializer.self, Setup.self, diff --git a/docs/GITHUB_ACTION.md b/docs/GITHUB_ACTION.md index f0f5ca0..1aaf02d 100644 --- a/docs/GITHUB_ACTION.md +++ b/docs/GITHUB_ACTION.md @@ -11,7 +11,7 @@ If Github Actions is your CI and you use the [Github-hosted macOS runner](https: ```yaml - uses: backbase/variants@main with: - version: 1.2.0 + version: 1.2.1 spec: variants.yml platform: ios variant: beta