OSDN Git Service

update version (#516)
authorYongfeng LI <wliyongfeng@gmail.com>
Mon, 2 Apr 2018 12:13:33 +0000 (20:13 +0800)
committerGitHub <noreply@github.com>
Mon, 2 Apr 2018 12:13:33 +0000 (20:13 +0800)
version/version.go

index ebef40f..b5b6c85 100644 (file)
@@ -2,7 +2,7 @@ package version
 
 var (
        // The full version string
-       Version = "0.4.0"
+       Version = "0.4.2"
        // GitCommit is set with --ldflags "-X main.gitCommit=$(git rev-parse HEAD)"
        GitCommit string
 )