From 34b3b9545690c04903c77f275f7238b7097032fc Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Adrien=20Coye=20de=20Brune=CC=81lis?= Date: Tue, 27 Jun 2023 08:26:21 +0200 Subject: [PATCH] chore: Bump to v4.3.3 --- 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 29464241a..75ddada74 100644 --- a/Tuist/ProjectDescriptionHelpers/Constants.swift +++ b/Tuist/ProjectDescriptionHelpers/Constants.swift @@ -22,7 +22,7 @@ public enum Constants { public static let baseSettings = SettingsDictionary() .automaticCodeSigning(devTeam: "864VDCS2QY") .currentProjectVersion("1") - .marketingVersion("4.3.2") + .marketingVersion("4.3.3") public static let deploymentTarget = DeploymentTarget.iOS(targetVersion: "13.4", devices: [.iphone, .ipad])