summaryrefslogtreecommitdiff
path: root/DomainDig/AppVersion.swift
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-07-20 15:54:00 -0500
committerChristian Cleberg <[email protected]>2026-07-20 15:54:10 -0500
commit28f6ed976a3397e794371e5587c85e5207c62b63 (patch)
treeb73e1e559ccb3721c17bc716ff0501b63b55352b /DomainDig/AppVersion.swift
parent7b880ea410f37a7df22594ed9b268448621db4d8 (diff)
downloaddomain-dig-28f6ed976a3397e794371e5587c85e5207c62b63.tar.gz
domain-dig-28f6ed976a3397e794371e5587c85e5207c62b63.tar.bz2
domain-dig-28f6ed976a3397e794371e5587c85e5207c62b63.zip
v4.8.2: Bump version and mark shipped in roadmapv4.8.2
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.
Diffstat (limited to 'DomainDig/AppVersion.swift')
-rw-r--r--DomainDig/AppVersion.swift2
1 files changed, 1 insertions, 1 deletions
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"
}
}