OSDN Git Service

update dashboard (#1143)
[bytom/bytom.git] / version / version.go
index ffe8e1b..ca1b90c 100644 (file)
@@ -2,7 +2,7 @@ package version
 
 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
 )