OSDN Git Service

fix the regular sync dust block problem (#400)
[bytom/vapor.git] / version / version.go
index 88a5564..000ffeb 100644 (file)
@@ -47,7 +47,7 @@ const (
 
 var (
        // The full version string
-       Version = "1.0.2"
+       Version = "1.0.3"
        // GitCommit is set with --ldflags "-X main.gitCommit=$(git rev-parse HEAD)"
        GitCommit string
        Status    *UpdateStatus