OSDN Git Service

change the version (#1618)
authorPaladz <yzhu101@uottawa.ca>
Sat, 2 Mar 2019 11:22:39 +0000 (19:22 +0800)
committerGitHub <noreply@github.com>
Sat, 2 Mar 2019 11:22:39 +0000 (19:22 +0800)
version/version.go

index 1136708..5295a3e 100644 (file)
@@ -47,7 +47,7 @@ const (
 
 var (
        // The full version string
-       Version = "1.0.7"
+       Version = "1.0.8"
        // GitCommit is set with --ldflags "-X main.gitCommit=$(git rev-parse HEAD)"
        GitCommit string
        Status    *UpdateStatus