We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1856e53 commit 5eb45e4Copy full SHA for 5eb45e4
1 file changed
Project.swift
@@ -2,8 +2,8 @@ import ProjectDescription
2
3
let settings = Environment.selfCompiled.getBoolean(default: false)
4
5
-let version: String = "1.7.4"
6
-let build: String = "112"
+let version: String = "1.7.5"
+let build: String = "113"
7
8
func corkTarget(configureWithSelfCompiled: Bool) -> ProjectDescription.Target {
9
var additionalCompilationConditions = [String]()
0 commit comments