OSDN Git Service

update version (#565)
authorYongfeng LI <wliyongfeng@gmail.com>
Tue, 10 Apr 2018 02:58:12 +0000 (10:58 +0800)
committerPaladz <yzhu101@uottawa.ca>
Tue, 10 Apr 2018 02:58:12 +0000 (10:58 +0800)
version/version.go

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