Skip to content

Commit

Permalink
refactor(cmd): root
Browse files Browse the repository at this point in the history
Remove unused version variable
  • Loading branch information
sundowndev authored Mar 21, 2020
1 parent 243787c commit 7732288
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions cmd/root.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,6 @@ import (
"github.com/spf13/cobra"
)

// Version is the current version of the tool
const Version = "v2.0-beta"

var number string
var input string // TODO: implement input
var output string // TODO: implement output
Expand Down

0 comments on commit 7732288

Please sign in to comment.