From 93ebe6f6fb791a31666ccc43e4efed3dc285de44 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" Date: Fri, 13 Feb 2026 15:51:06 +0000 Subject: [PATCH] Release v20260213.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 89e1356..9a0bd8b 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 = "20260206.1" + static let version = "20260213.0" static let shortDescription = "A helper CLI for the firefox-ios repository" static let markerFileName = ".fxios.yaml"