From 0d8bf790c2b52ef724589fbd749e1700b56503f6 Mon Sep 17 00:00:00 2001 From: Gabriel Minucci Date: Mon, 3 Mar 2025 15:27:49 +0200 Subject: [PATCH] chore: bump version to 1.3.1 --- 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 13bd9dc..c861343 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.3.0", + version: "1.3.1", subcommands: [ Initializer.self, Setup.self,