From 17f352e34898bbb2b5b598b494732c439e5d70dd Mon Sep 17 00:00:00 2001 From: fortmarek Date: Tue, 3 Mar 2026 16:30:11 +0100 Subject: [PATCH] Version 0.2.46 Signed-off-by: fortmarek --- Sources/XCLogParser/commands/Version.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/XCLogParser/commands/Version.swift b/Sources/XCLogParser/commands/Version.swift index 08a8eac..9ea0f41 100644 --- a/Sources/XCLogParser/commands/Version.swift +++ b/Sources/XCLogParser/commands/Version.swift @@ -21,6 +21,6 @@ import Foundation public struct Version { - public static let current = "0.2.45" + public static let current = "0.2.46" }