OSDN Git Service

chore(version): update version to 2.0.6 (#2108)
[bytom/bytom.git] / version / version.go
index 9e342b5..83e9554 100644 (file)
@@ -47,7 +47,7 @@ const (
 
 var (
        // The full version string
-       Version = "2.0.5"
+       Version = "2.0.6"
        // GitCommit is set with --ldflags "-X main.gitCommit=$(git rev-parse HEAD)"
        GitCommit string
        Status    *UpdateStatus