Skip to content

Commit

Permalink
[Release] Tuist 3.31.2
Browse files Browse the repository at this point in the history
  • Loading branch information
fortmarek authored and github-actions[bot] committed Nov 1, 2023
1 parent 0607d55 commit fb13993
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
# Changelog

## 3.31.2 - 2023-11-01

- no changes

## 3.31.1 - 2023-10-31

- no changes
Expand Down
2 changes: 1 addition & 1 deletion Sources/TuistSupport/Constants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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.31.1"
public static let version = "3.31.2"
public static let bundleName: String = "tuist.zip"
public static let envBundleName: String = "tuistenv.zip"
public static let trueValues: [String] = ["1", "true", "TRUE", "yes", "YES"]
Expand Down

0 comments on commit fb13993

Please sign in to comment.