From 9bb3b376c03b057c6d71f79d8bc58eadc32b82cb Mon Sep 17 00:00:00 2001 From: MohgaNabil Date: Tue, 16 May 2023 16:29:30 +0000 Subject: [PATCH] [Release] Tuist 3.19.0-runtastic --- CHANGELOG.md | 4 ++++ Sources/TuistSupport/Constants.swift | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 7fefef2e424..44b62f4a139 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,5 +1,9 @@ # Changelog +## 3.19.0-runtastic - 2023-05-16 + +- no changes + ## 3.19.0 - 2023-04-29 ### Added diff --git a/Sources/TuistSupport/Constants.swift b/Sources/TuistSupport/Constants.swift index 8a875cb9445..5b817b6a89c 100644 --- a/Sources/TuistSupport/Constants.swift +++ b/Sources/TuistSupport/Constants.swift @@ -8,7 +8,7 @@ public enum Constants { public static let githubAPIURL = "https://api.github.com" public static let githubSlug = "tuist/tuist" public static let communityURL = "https://github.com/tuist/tuist/discussions/categories/general" - public static let version = "3.19.0" + public static let version = "3.19.0-runtastic" public static let bundleName: String = "tuist.zip" public static let envBundleName: String = "tuistenv.zip" public static let trueValues: [String] = ["1", "true", "TRUE", "yes", "YES"]