Skip to content

Commit

Permalink
Version 0.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Pedro Piñera committed Sep 19, 2018
1 parent 21abf12 commit 220aeac
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 version

## 0.6.0

### Added

- Check that the local Swift version is compatible with the version that will be installed https://github.com/tuist/tuist/pull/134 by @pepibumur.
Expand Down
2 changes: 1 addition & 1 deletion Sources/TuistCore/Constants.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ public class 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 = "0.5.0"
public static let version = "0.6.0"
public static let swiftVersion: String = "4.1.2"
public static let bundleName: String = "tuist.zip"
}

0 comments on commit 220aeac

Please sign in to comment.