We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca055a5 commit 0d8bf79Copy full SHA for 0d8bf79
Sources/Variants/main.swift
@@ -12,7 +12,7 @@ struct Variants: ParsableCommand {
12
static var configuration = CommandConfiguration(
13
commandName: "variants",
14
abstract: "A command-line tool to setup deployment variants and working CI/CD setup",
15
- version: "1.3.0",
+ version: "1.3.1",
16
subcommands: [
17
Initializer.self,
18
Setup.self,
0 commit comments