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 f59e315 commit 6626c22Copy full SHA for 6626c22
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.3.1"
6
-let build: String = "111"
+let version: String = "1.7.4"
+let build: String = "112"
7
8
func corkTarget(configureWithSelfCompiled: Bool) -> ProjectDescription.Target {
9
var additionalCompilationConditions = [String]()
0 commit comments