From f052d17ffea18c31c8b7b3ad01f9c1c9691823aa Mon Sep 17 00:00:00 2001 From: Philippe Weidmann Date: Fri, 28 Jun 2024 14:40:10 +0200 Subject: [PATCH] chore: Bump to 1.1.7 --- Tuist/ProjectDescriptionHelpers/Constants.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tuist/ProjectDescriptionHelpers/Constants.swift b/Tuist/ProjectDescriptionHelpers/Constants.swift index 3f0202703..81172330b 100644 --- a/Tuist/ProjectDescriptionHelpers/Constants.swift +++ b/Tuist/ProjectDescriptionHelpers/Constants.swift @@ -25,7 +25,7 @@ public enum Constants { public static let baseSettings = SettingsDictionary() .currentProjectVersion("1") - .marketingVersion("1.1.6") + .marketingVersion("1.1.7") .automaticCodeSigning(devTeam: "864VDCS2QY") .merging(["DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER": SettingValue(stringLiteral: "NO")])