OSDN Git Service

Merge pull request #2093 from Bytom/dev-version v2.0.3
authorPaladz <yzhu101@uottawa.ca>
Fri, 20 Aug 2021 11:04:21 +0000 (19:04 +0800)
committerGitHub <noreply@github.com>
Fri, 20 Aug 2021 11:04:21 +0000 (19:04 +0800)
chore(version): change version to 2.0.3

version/version.go

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