From 9384a668bf36f23f71e25d05b490d1040d308845 Mon Sep 17 00:00:00 2001 From: Christian Cleberg Date: Wed, 22 Apr 2026 10:14:30 -0500 Subject: feat(v2.8.0): add workflows and repeatable inspection automation * introduce DomainWorkflow model and persistence * add WorkflowsView and execution flow * support batch inspection via workflows * add workflow-based export (TXT/CSV/JSON) * enable bulk add from history/watchlist * add quick actions for common operations * integrate workflows with tracking and history --- DomainDig/AppVersion.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'DomainDig/AppVersion.swift') diff --git a/DomainDig/AppVersion.swift b/DomainDig/AppVersion.swift index a1516b8..fb7481e 100644 --- a/DomainDig/AppVersion.swift +++ b/DomainDig/AppVersion.swift @@ -2,6 +2,6 @@ import Foundation enum AppVersion { static var current: String { - "2.7.0" + "2.8.0" } } -- cgit v1.2.3