From b1dc851526fc67944a70f053182a3d620895173e Mon Sep 17 00:00:00 2001 From: fortmarek Date: Tue, 9 Jun 2026 10:51:41 +0200 Subject: [PATCH] Version 0.2.48 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 929450a..c010554 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.47" + public static let current = "0.2.48" }