From a6ed5c3546300994ab4d8b9840445d384b0083ed Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Sun, 2 Aug 2026 08:42:08 -0500 Subject: chore: cut v5.0.2 (krazywarez migration release) Release cut for the zerolabs -> krazywarez / krz.sh migration: MARKETING_VERSION 5.0.1 -> 5.0.2, CURRENT_PROJECT_VERSION 46 -> 47 across all targets, AppVersion.current in lockstep, roadmap updated. App builds clean; unit suite 63/63. --- DomainDig/AppVersion.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DomainDig/AppVersion.swift') diff --git a/DomainDig/AppVersion.swift b/DomainDig/AppVersion.swift index 5fb8925..c8eb7b9 100644 --- a/DomainDig/AppVersion.swift +++ b/DomainDig/AppVersion.swift @@ -2,6 +2,6 @@ import Foundation enum AppVersion { nonisolated static var current: String { - "5.0.1" + "5.0.2" } } -- cgit v1.2.3