Skip to content

Commit

Permalink
chore: bump version to 1.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
arthurpalves committed Oct 19, 2023
1 parent 2972d0c commit 9d875ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Sources/Variants/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.3",
version: "1.2.0",
subcommands: [
Initializer.self,
Setup.self,
Expand Down
2 changes: 1 addition & 1 deletion docs/GITHUB_ACTION.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.1.3
version: 1.2.0
spec: variants.yml
platform: ios
variant: beta
Expand Down

0 comments on commit 9d875ab

Please sign in to comment.