diff --git a/Tuist/ProjectDescriptionHelpers/Constants.swift b/Tuist/ProjectDescriptionHelpers/Constants.swift index 4e73213b1..9f0f50ac6 100644 --- a/Tuist/ProjectDescriptionHelpers/Constants.swift +++ b/Tuist/ProjectDescriptionHelpers/Constants.swift @@ -21,7 +21,7 @@ import ProjectDescription public enum Constants { public static let baseSettings = SettingsDictionary() .currentProjectVersion("1") - .marketingVersion("1.0.11") + .marketingVersion("1.0.12") .automaticCodeSigning(devTeam: "864VDCS2QY") .merging(["DERIVE_MACCATALYST_PRODUCT_BUNDLE_IDENTIFIER": SettingValue(stringLiteral: "NO")])