diff --git a/Tuist/ProjectDescriptionHelpers/Constants.swift b/Tuist/ProjectDescriptionHelpers/Constants.swift index 9fd70e6de..35ef35bb7 100644 --- a/Tuist/ProjectDescriptionHelpers/Constants.swift +++ b/Tuist/ProjectDescriptionHelpers/Constants.swift @@ -26,7 +26,7 @@ public enum Constants { public static let baseSettings = SettingsDictionary() .automaticCodeSigning(devTeam: "864VDCS2QY") .currentProjectVersion("1") - .marketingVersion("5.0.0") + .marketingVersion("5.0.1") public static let deploymentTarget = DeploymentTargets.iOS("13.4") public static let destinations = Set([.iPhone, .iPad])