Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Commit

Permalink
change the version
Browse files Browse the repository at this point in the history
  • Loading branch information
Colt-Z committed Apr 22, 2019
1 parent 5e84d0e commit 015fc86
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions version/version.go
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ const (

var (
// The full version string
Version = "1.0.8"
Version = "1.0.9"
// GitCommit is set with --ldflags "-X main.gitCommit=$(git rev-parse HEAD)"
GitCommit string
Status *UpdateStatus
Expand Down Expand Up @@ -113,7 +113,7 @@ func (s *UpdateStatus) CheckUpdate(localVerStr string, remoteVerStr string, remo
if err != nil {
return err
}

if remoteVersion.GreaterThan(maxVersion) {
s.maxVerSeen = remoteVerStr
}
Expand Down

0 comments on commit 015fc86

Please sign in to comment.