[Release] Tuist 3.0.1 - Bravissimo (#4208)
Co-authored-by: danyf90 <danyf90@users.noreply.github.com>
This commit is contained in:
parent
210ec6a33b
commit
098602cc40
|
@ -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
|
||||||
|
|
||||||
|
|
|
@ -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"]
|
||||||
|
|
Loading…
Reference in New Issue