[Release] Tuist 3.0.1 - Bravissimo (#4208)

Co-authored-by: danyf90 <danyf90@users.noreply.github.com>
This commit is contained in:
github-actions[bot] 2022-03-04 10:24:57 +01:00 committed by GitHub
parent 210ec6a33b
commit 098602cc40
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -2,7 +2,7 @@
Please, check out guidelines: https://keepachangelog.com/en/1.0.0/ Please, check out guidelines: https://keepachangelog.com/en/1.0.0/
## Next ## 3.0.1 - Bravissimo
### Fixed ### Fixed

View File

@ -9,7 +9,7 @@ public enum Constants {
public static let githubSlug = "tuist/tuist" public static let githubSlug = "tuist/tuist"
public static let communityURL = "https://community.tuist.io" public static let communityURL = "https://community.tuist.io"
public static let backboneURL = URL(string: "https://backbone.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 bundleName: String = "tuist.zip"
public static let envBundleName: String = "tuistenv.zip" public static let envBundleName: String = "tuistenv.zip"
public static let trueValues: [String] = ["1", "true", "TRUE", "yes", "YES"] public static let trueValues: [String] = ["1", "true", "TRUE", "yes", "YES"]