From 098602cc40a738de529e864ddb06713be80a8902 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Fri, 4 Mar 2022 10:24:57 +0100 Subject: [PATCH] [Release] Tuist 3.0.1 - Bravissimo (#4208) Co-authored-by: danyf90 --- CHANGELOG.md | 2 +- Sources/TuistSupport/Constants.swift | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 572c4b24f..fd8aa6be8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -2,7 +2,7 @@ Please, check out guidelines: https://keepachangelog.com/en/1.0.0/ -## Next +## 3.0.1 - Bravissimo ### Fixed diff --git a/Sources/TuistSupport/Constants.swift b/Sources/TuistSupport/Constants.swift index ca1b3bb5a..4ca5dd244 100644 --- a/Sources/TuistSupport/Constants.swift +++ b/Sources/TuistSupport/Constants.swift @@ -9,7 +9,7 @@ public enum Constants { public static let githubSlug = "tuist/tuist" public static let communityURL = "https://community.tuist.io" public static let backboneURL = URL(string: "https://backbone.tuist.io")! - public static let version = "3.0.0" + public static let version = "3.0.1" public static let bundleName: String = "tuist.zip" public static let envBundleName: String = "tuistenv.zip" public static let trueValues: [String] = ["1", "true", "TRUE", "yes", "YES"]