From 5b812853f6f0243c7caaa9f62bbabe8e62c3d910 Mon Sep 17 00:00:00 2001 From: Stefan Herold Date: Tue, 18 May 2021 22:53:31 +0200 Subject: [PATCH] Update command version to 0.0.6 --- Sources/Snap/commands/Snap.swift | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Sources/Snap/commands/Snap.swift b/Sources/Snap/commands/Snap.swift index 4fe0a01..3e8db6d 100644 --- a/Sources/Snap/commands/Snap.swift +++ b/Sources/Snap/commands/Snap.swift @@ -18,7 +18,7 @@ public final class Snap: ParsableCommand { abstract: "Make your mobile screenshot automation a breeze and blazingly fast.", // Commands can define a version for automatic '--version' support. - version: "0.0.1", + version: "0.0.6", // Pass an array to `subcommands` to set up a nested tree of subcommands. // With language support for type-level introspection, this could be