From 760a7bb89af38c0f9109b9501431bf5a8082baf9 Mon Sep 17 00:00:00 2001 From: Pedro Date: Mon, 22 Apr 2024 20:02:16 +0200 Subject: [PATCH] Add the version back --- Sources/TuistSupport/Constants.swift | 3 +++ 1 file changed, 3 insertions(+) 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"