~ Version Bump

This commit is contained in:
David Bureš 2025-12-04 23:27:54 +01:00
parent 2afda709de
commit 2f8ae3ed31
No known key found for this signature in database
1 changed files with 2 additions and 2 deletions

View File

@ -2,8 +2,8 @@ import ProjectDescription
let settings = Environment.selfCompiled.getBoolean(default: false) let settings = Environment.selfCompiled.getBoolean(default: false)
let version: Version = .init(1, 7, 1) let version: Version = .init(1, 7, 2)
let build: String = "107" let build: String = "108"
func corkTarget(configureWithSelfCompiled: Bool) -> ProjectDescription.Target { func corkTarget(configureWithSelfCompiled: Bool) -> ProjectDescription.Target {
var additionalCompilationConditions = [String]() var additionalCompilationConditions = [String]()