OSDN Git Service

update verion
authorpaladz <453256728@qq.com>
Tue, 10 Apr 2018 05:51:47 +0000 (13:51 +0800)
committerpaladz <453256728@qq.com>
Tue, 10 Apr 2018 05:51:47 +0000 (13:51 +0800)
version/version.go

index 122c7c4..ccb5ec9 100644 (file)
@@ -2,7 +2,7 @@ package version
 
 var (
        // The full version string
-       Version = "0.4.3"
+       Version = "0.4.4"
        // GitCommit is set with --ldflags "-X main.gitCommit=$(git rev-parse HEAD)"
        GitCommit string
 )