OSDN Git Service

feat(version): update version to 1.1.0 (#1826)
authorDeKaiju <longjinglv@gmail.com>
Wed, 5 Feb 2020 05:32:47 +0000 (13:32 +0800)
committerGitHub <noreply@github.com>
Wed, 5 Feb 2020 05:32:47 +0000 (13:32 +0800)
version/version.go

index 2e47d20..4e2ca6d 100644 (file)
@@ -47,7 +47,7 @@ const (
 
 var (
        // The full version string
-       Version = "1.0.10"
+       Version = "1.1.0"
        // GitCommit is set with --ldflags "-X main.gitCommit=$(git rev-parse HEAD)"
        GitCommit string
        Status    *UpdateStatus