diff options
| author | Christian Cleberg <[email protected]> | 2026-07-17 11:20:50 -0500 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2026-07-20 13:56:41 -0500 |
| commit | 6e9dea95d015c0f2d335d9b89b8ee843b4c2b05e (patch) | |
| tree | 2890262e5cbd4853cb1e634d67329c5dc91ebde6 /DomainDig | |
| parent | fd8ca178a379da71f5bb19c461524888cad9447e (diff) | |
| download | domain-dig-6e9dea95d015c0f2d335d9b89b8ee843b4c2b05e.tar.gz domain-dig-6e9dea95d015c0f2d335d9b89b8ee843b4c2b05e.tar.bz2 domain-dig-6e9dea95d015c0f2d335d9b89b8ee843b4c2b05e.zip | |
v4.8.0: Bump version and mark shipped in roadmap
Bump AppVersion/marketing version to 4.8.0 and build number to 40 across the
app, widget, and share extension targets. Mark v4.8.0 (markdown/PDF export,
scheduled reports, stronger share affordances, verified local API consistency)
shipped in RELEASE_ROADMAP.md.
Diffstat (limited to 'DomainDig')
| -rw-r--r-- | DomainDig/AppVersion.swift | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/DomainDig/AppVersion.swift b/DomainDig/AppVersion.swift index 9865f5b..137fde9 100644 --- a/DomainDig/AppVersion.swift +++ b/DomainDig/AppVersion.swift @@ -2,6 +2,6 @@ import Foundation enum AppVersion { nonisolated static var current: String { - "4.7.0" + "4.8.0" } } |
