summaryrefslogtreecommitdiff
path: root/DomainDig
diff options
context:
space:
mode:
authorChristian Cleberg <[email protected]>2026-07-17 10:47:27 -0500
committerChristian Cleberg <[email protected]>2026-07-17 10:57:30 -0500
commit54c151e22f8a5d4d7a9c290e79fc7626415f7083 (patch)
treeded06427abb211f40c0144935dddb0a55ee35de6 /DomainDig
parentfbf2d9bf2cf50eb681afe18deac06a96c04004e6 (diff)
downloaddomain-dig-54c151e22f8a5d4d7a9c290e79fc7626415f7083.tar.gz
domain-dig-54c151e22f8a5d4d7a9c290e79fc7626415f7083.tar.bz2
domain-dig-54c151e22f8a5d4d7a9c290e79fc7626415f7083.zip
v4.7.0: Bump version and mark shipped in roadmapv4.7.0
Bump AppVersion/marketing version to 4.7.0 and build number to 39 across the app, widget, and share extension targets. Mark v4.7.0 (comparison, reputation, tags/saved views) shipped in RELEASE_ROADMAP.md and escalate the overdue XCTest-target gap ahead of v5.0.0.
Diffstat (limited to 'DomainDig')
-rw-r--r--DomainDig/AppVersion.swift2
1 files changed, 1 insertions, 1 deletions
diff --git a/DomainDig/AppVersion.swift b/DomainDig/AppVersion.swift
index 3a86f97..9865f5b 100644
--- a/DomainDig/AppVersion.swift
+++ b/DomainDig/AppVersion.swift
@@ -2,6 +2,6 @@ import Foundation
enum AppVersion {
nonisolated static var current: String {
- "4.6.0"
+ "4.7.0"
}
}