diff --git a/CHANGELOG.md b/CHANGELOG.md index 53c710dca16..498bf5c8259 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,10 @@ - Fixed a "Template.swift" file not found error when executing `tuist init -t ` by [@Buju77](https://github.com/Buju77) - Fixed wrong http regex for repo url used in `TemplateLocationParsing` (old regex wrongfully matched with ssh urls that included username) by [@MohgaNabil](https://github.com/MohgaNabil) +## 3.22.4-runtastic - 2023-08-10 + +- no changes + ## 3.22.3-runtastic - 2023-08-10 - no changes diff --git a/Sources/TuistSupport/Constants.swift b/Sources/TuistSupport/Constants.swift index d178cb48bfe..f6f7a18dfc2 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.22.3-runtastic" + public static let version = "3.22.4-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"]