Skip to content

Commit

Permalink
default to master
Browse files Browse the repository at this point in the history
  • Loading branch information
StarpTech committed Jan 22, 2018
1 parent aafda65 commit 59de31b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ const (

var (
cfg *config.Config
version = "0.0.0"
version = "master"
qs = []*survey.Question{
{
Name: "action",
Expand Down Expand Up @@ -80,6 +80,7 @@ func confirmAndSelfUpdate() {
return
}

fmt.Printf("Version: %s\n", version)
v := semver.MustParse(version)
if !found || latest.Version.Equals(v) {
log.Println("Current version is the latest")
Expand Down

0 comments on commit 59de31b

Please sign in to comment.