Skip to content

Commit

Permalink
set version is variable, not const
Browse files Browse the repository at this point in the history
  • Loading branch information
xwjdsh committed Oct 9, 2017
1 parent 41ce9ff commit 109b204
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions utils.go
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,12 @@ import (
"github.com/urfave/cli"
)

const (
var (
version = "master"
usage = "Manage your ssh alias configs easily"
)

const (
usage = "Manage your ssh alias configs easily"
)

var (
Expand Down

0 comments on commit 109b204

Please sign in to comment.