From aeb6160a8a8e8b2bdc2e0b9f747a4b941046c624 Mon Sep 17 00:00:00 2001 From: Saagar Jha Date: Sat, 28 Oct 2023 20:12:35 -0700 Subject: [PATCH] unxip 3.0 --- unxip.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/unxip.swift b/unxip.swift index ded8850..aa7626b 100644 --- a/unxip.swift +++ b/unxip.swift @@ -1400,7 +1400,7 @@ extension AsyncThrowingStream where Failure == Error { ("s", "statistics", "Print statistics on completion."), ("v", "verbose", "Print xip file contents."), ] - static let version = "2.2" + static let version = "3.0" var input: String? var output: String?