From 708627b98b8c3e7f084c58d28f9602bffd222380 Mon Sep 17 00:00:00 2001 From: Giuseppe D Date: Fri, 5 Nov 2021 10:44:43 +0100 Subject: [PATCH] update version to 1.0.0 --- Sources/Variants/main.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Variants/main.swift b/Sources/Variants/main.swift index c5f59e24..811db93d 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: "0.9.4", + version: "1.0.0", subcommands: [ Initializer.self, Setup.self,