mirror of https://github.com/buresdv/Cork
~ Version Bump
This commit is contained in:
parent
2afda709de
commit
2f8ae3ed31
|
|
@ -2,8 +2,8 @@ import ProjectDescription
|
|||
|
||||
let settings = Environment.selfCompiled.getBoolean(default: false)
|
||||
|
||||
let version: Version = .init(1, 7, 1)
|
||||
let build: String = "107"
|
||||
let version: Version = .init(1, 7, 2)
|
||||
let build: String = "108"
|
||||
|
||||
func corkTarget(configureWithSelfCompiled: Bool) -> ProjectDescription.Target {
|
||||
var additionalCompilationConditions = [String]()
|
||||
|
|
|
|||
Loading…
Reference in New Issue