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

Commit 7f08c11

Browse files
authored
Merge pull request #1732 from Bytom/dev
Dev
2 parents 0a5de60 + 6df5a98 commit 7f08c11

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

version/version.go

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ const (
4747

4848
var (
4949
// The full version string
50-
Version = "1.0.8"
50+
Version = "1.0.9"
5151
// GitCommit is set with --ldflags "-X main.gitCommit=$(git rev-parse HEAD)"
5252
GitCommit string
5353
Status *UpdateStatus
@@ -113,7 +113,7 @@ func (s *UpdateStatus) CheckUpdate(localVerStr string, remoteVerStr string, remo
113113
if err != nil {
114114
return err
115115
}
116-
116+
117117
if remoteVersion.GreaterThan(maxVersion) {
118118
s.maxVerSeen = remoteVerStr
119119
}

0 commit comments

Comments
 (0)