Skip to content

Commit

Permalink
Version 1.19.0 - Milano
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Piñera committed Sep 26, 2020
1 parent 44b3750 commit 41c3c42
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ Please, check out guidelines: https://keepachangelog.com/en/1.0.0/

## Next

## 1.19.0 - Milano

### Fixed

- Ensure `DEVELOPER_DIR` is used in all `swiftc` calls [#1819](https://github.com/tuist/tuist/pull/1819) by [@kwridan](https://github.com/kwridan)
Expand Down
2 changes: 1 addition & 1 deletion Sources/TuistSupport/Constants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ public struct Constants {
public static let binFolderName = ".tuist-bin"
public static let binName = "tuist"
public static let gitRepositoryURL = "https://github.com/tuist/tuist.git"
public static let version = "1.18.1"
public static let version = "1.19.0"
public static let bundleName: String = "tuist.zip"
public static let trueValues: [String] = ["1", "true", "TRUE", "yes", "YES"]
public static let tuistDirectoryName: String = "Tuist"
Expand Down

0 comments on commit 41c3c42

Please sign in to comment.