From 2f8ae3ed31109c16aadfeeb233b2f4789682d542 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?David=20Bures=CC=8C?= Date: Thu, 4 Dec 2025 23:27:54 +0100 Subject: [PATCH] ~ Version Bump --- Project.swift | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Project.swift b/Project.swift index a20c595e..a2fdeabe 100644 --- a/Project.swift +++ b/Project.swift @@ -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]()