OSDN Git Service

Merge pull request #801 from Bytom/version
authorPaladz <yzhu101@uottawa.ca>
Mon, 23 Apr 2018 08:13:06 +0000 (16:13 +0800)
committerGitHub <noreply@github.com>
Mon, 23 Apr 2018 08:13:06 +0000 (16:13 +0800)
update version to 0.5.1

version/version.go

index bf8e9d7..3afc309 100644 (file)
@@ -2,7 +2,7 @@ package version
 
 var (
        // The full version string
-       Version = "0.5.0"
+       Version = "0.5.1"
        // GitCommit is set with --ldflags "-X main.gitCommit=$(git rev-parse HEAD)"
        GitCommit string
 )