diff --git a/Tuist/ProjectDescriptionHelpers/Environment.swift b/Tuist/ProjectDescriptionHelpers/Environment.swift index 926c07658..edd02266e 100644 --- a/Tuist/ProjectDescriptionHelpers/Environment.swift +++ b/Tuist/ProjectDescriptionHelpers/Environment.swift @@ -10,7 +10,7 @@ public enum Environment { public static let platform = Platform.iOS public static let baseSetting: SettingsDictionary = SettingsDictionary() .marketingVersion("2.0.3") - .currentProjectVersion("0") + .currentProjectVersion("1") .debugInformationFormat(DebugInformationFormat.dwarfWithDsym) .otherLinkerFlags(["-ObjC"]) .bitcodeEnabled(false)