OSDN Git Service

chore(version): update version to 2.0.6 (#2108) v2.0.6
authorDeKaiju <longjinglv@163.com>
Wed, 15 Sep 2021 02:21:13 +0000 (10:21 +0800)
committerGitHub <noreply@github.com>
Wed, 15 Sep 2021 02:21:13 +0000 (10:21 +0800)
version/version.go

index 9e342b5..83e9554 100644 (file)
@@ -47,7 +47,7 @@ const (
 
 var (
        // The full version string
-       Version = "2.0.5"
+       Version = "2.0.6"
        // GitCommit is set with --ldflags "-X main.gitCommit=$(git rev-parse HEAD)"
        GitCommit string
        Status    *UpdateStatus