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