From 28f6ed976a3397e794371e5587c85e5207c62b63 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Mon, 20 Jul 2026 15:54:00 -0500 Subject: v4.8.2: Bump version and mark shipped in roadmap Bump AppVersion/marketing version to 4.8.2 and build number to 42 across the app, widget, and share extension targets. Mark v4.8.2 (delivery visibility for disabled integrations, forced queue retries, unreachable-domain reporting, Swift 6 concurrency warnings, synced StoreKit configuration) shipped in RELEASE_ROADMAP.md and record the UAT follow-ups as resolved. --- DomainDig/AppVersion.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DomainDig') diff --git a/DomainDig/AppVersion.swift b/DomainDig/AppVersion.swift index bdd0518..e8402b8 100644 --- a/DomainDig/AppVersion.swift +++ b/DomainDig/AppVersion.swift @@ -2,6 +2,6 @@ import Foundation enum AppVersion { nonisolated static var current: String { - "4.8.1" + "4.8.2" } } -- cgit v1.2.3