diff --git a/Sources/TuistSupport/Constants.swift b/Sources/TuistSupport/Constants.swift index 93eab4b7d11..55b691614ba 100644 --- a/Sources/TuistSupport/Constants.swift +++ b/Sources/TuistSupport/Constants.swift @@ -1,6 +1,9 @@ import Foundation public enum Constants { + // NOTE: We expect tuist-cloud to set the value before running the CLI + public static var version: String! = "x.y.z" + public static let versionFileName = ".tuist-version" public static let binFolderName = ".tuist-bin" public static let binName = "tuist"