Skip to content

Commit

Permalink
Update command version to 0.0.6
Browse files Browse the repository at this point in the history
  • Loading branch information
Blackjacx committed May 18, 2021
1 parent 60b44a3 commit 5b81285
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Snap/commands/Snap.swift
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 5b81285

Please sign in to comment.