From d6f0009109f7502f8f5b3f23dcd5b43cf5b29b32 Mon Sep 17 00:00:00 2001 From: Saagar Jha Date: Mon, 30 Sep 2024 13:13:16 -0700 Subject: [PATCH] unxip 3.1 --- unxip.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unxip.swift b/unxip.swift index 32f6e00..ce3dffc 100644 --- a/unxip.swift +++ b/unxip.swift @@ -1389,7 +1389,7 @@ extension AsyncSequence where Element: Sendable, AsyncIterator: Sendable { ("s", "statistics", "Print statistics on completion."), ("v", "verbose", "Print xip file contents."), ] - static let version = "3.0" + static let version = "3.1" var input: String? var output: String?