From 13d818d878899e4bf925e74d56f38e857a8aca59 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Wed, 15 Apr 2026 15:17:43 +0000 Subject: [PATCH] Release v20260415.0 --- Sources/fxios/Core/Configuration.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/fxios/Core/Configuration.swift b/Sources/fxios/Core/Configuration.swift index ce6abe8..188c307 100644 --- a/Sources/fxios/Core/Configuration.swift +++ b/Sources/fxios/Core/Configuration.swift @@ -6,7 +6,7 @@ import Foundation enum Configuration { static let name = "fxios" - static let version = "20260305.0" + static let version = "20260415.0" static let shortDescription = "A helper CLI for the firefox-ios repository" static let markerFileName = ".fxios.yaml"