From 63e95523aa951441daf05bf3a55f60d21789dc01 Mon Sep 17 00:00:00 2001 From: fortmarek Date: Fri, 24 Apr 2026 18:30:55 +0200 Subject: [PATCH] Version 0.2.47 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 9ea0f41..929450a 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.46" + public static let current = "0.2.47" }