Skip to content

Commit

Permalink
Updated version number in main.swift file
Browse files Browse the repository at this point in the history
Updated version number to 1.2.6 for "--version" support.
  • Loading branch information
gurhub committed Mar 1, 2022
1 parent 6872c1d commit 8ef2ddd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion surmagic/Sources/surmagic/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ struct Surmagic: ParsableCommand {
""",

// Commands can define a version for automatic '--version' support.
version: "1.2.5",
version: "1.2.6",

// Subcommands
subcommands: [`init`.self, xcf.self, env.self],
Expand Down

0 comments on commit 8ef2ddd

Please sign in to comment.