Skip to content

Commit

Permalink
version 1.0.0 (better version display)
Browse files Browse the repository at this point in the history
  • Loading branch information
the-gigi committed Jul 8, 2020
1 parent 346e5fd commit 97b8e07
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions main.go
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ import (
)

var (
version = "v0.9.4"
version = "v1.0.0"
)

var (
Expand All @@ -38,7 +38,7 @@ func main() {
return
} else {
if latest.Version.String() != version {
fmt.Println("Updated version to:", latest.Version)
fmt.Printf("Updated version to: v%v\n", latest.Version)
}
}

Expand Down

0 comments on commit 97b8e07

Please sign in to comment.