From fe65a7c44ab82d58fff48e9cd459a5efbde07539 Mon Sep 17 00:00:00 2001 From: fortmarek Date: Wed, 26 Nov 2025 09:40:37 +0100 Subject: [PATCH] Version 0.2.44 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 f4dec17..46e945b 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.43" + public static let current = "0.2.44" }