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

Commit

Permalink
Merge pull request #1732 from Bytom/dev
Browse files Browse the repository at this point in the history
Dev
  • Loading branch information
Paladz authored Apr 22, 2019
2 parents 0a5de60 + 6df5a98 commit 7f08c11
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 7f08c11

Please sign in to comment.