OSDN Git Service

chore(version): change version to 2.0.4 (#2096) v2.0.4
authorDeKaiju <longjinglv@163.com>
Mon, 23 Aug 2021 02:40:05 +0000 (10:40 +0800)
committerGitHub <noreply@github.com>
Mon, 23 Aug 2021 02:40:05 +0000 (10:40 +0800)
version/version.go

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