summaryrefslogtreecommitdiff
path: root/DomainDig/AppVersion.swift
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-07-16 23:48:10 -0500
committerChristian Cleberg <[email protected]>2026-07-16 23:48:10 -0500
commitd8195992e519343d6d8ff7fb17aa98358800d913 (patch)
tree09ef08c1c06ac55c84299d5fd1251755fe0cac4f /DomainDig/AppVersion.swift
parent1edf5bc83c0dcc07246908af341f37e2c871edd7 (diff)
downloaddomain-dig-d8195992e519343d6d8ff7fb17aa98358800d913.tar.gz
domain-dig-d8195992e519343d6d8ff7fb17aa98358800d913.tar.bz2
domain-dig-d8195992e519343d6d8ff7fb17aa98358800d913.zip
DomainDig v4.4.1: Consolidate Audit Mode and remove the CLI targetv4.4.1
- Make DomainDig/DomainDig/Audit* the single active Audit Mode implementation (models, views, exporter) with an Audit tab and session/export UI - Include audit sessions in backup/restore lifecycle counts, summaries, and merge behavior via DomainDataPortabilityService - Remove the DomainDigCLI target, source file, scheme, and all project references; keep the shared inspection/report pipeline for the app - Align AppVersion.current to 4.4.1 and refresh README/architecture docs - Add RELEASE_ROADMAP.md
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 cc675b0..07d3664 100644
--- a/DomainDig/AppVersion.swift
+++ b/DomainDig/AppVersion.swift
@@ -2,6 +2,6 @@ import Foundation
enum AppVersion {
nonisolated static var current: String {
- "3.5.0"
+ "4.4.1"
}
}