OSDN Git Service

v1.0.1 (#392)
[bytom/vapor.git] / version / version.go
index 7117da5..4058446 100644 (file)
@@ -47,7 +47,7 @@ const (
 
 var (
        // The full version string
-       Version = "1.0.0"
+       Version = "1.0.1"
        // GitCommit is set with --ldflags "-X main.gitCommit=$(git rev-parse HEAD)"
        GitCommit string
        Status    *UpdateStatus