OSDN Git Service

change mainnet seeds (#2124)
[bytom/bytom.git] / version / version.go
index 83e9554..11bfdd6 100644 (file)
@@ -47,7 +47,7 @@ const (
 
 var (
        // The full version string
-       Version = "2.0.6"
+       Version = "2.0.7"
        // GitCommit is set with --ldflags "-X main.gitCommit=$(git rev-parse HEAD)"
        GitCommit string
        Status    *UpdateStatus