Skip to content

Commit

Permalink
update version to 1.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
gderaco committed Nov 5, 2021
1 parent 2965bcc commit 708627b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Sources/Variants/main.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ struct Variants: ParsableCommand {
static var configuration = CommandConfiguration(
commandName: "variants",
abstract: "A command-line tool to setup deployment variants and working CI/CD setup",
version: "0.9.4",
version: "1.0.0",
subcommands: [
Initializer.self,
Setup.self,
Expand Down

0 comments on commit 708627b

Please sign in to comment.