OSDN Git Service

change to 0 < x < y format, make it easier to read
[bytom/bytom.git] / version / version.go
index e0a0685..f5f3ad9 100644 (file)
@@ -1,13 +1,8 @@
 package version
 
-const Maj = "0"
-const Min = "1"
-const Fix = "2"
-
 var (
        // The full version string
-       Version = "0.1.2"
-
+       Version = "1.0.1"
        // GitCommit is set with --ldflags "-X main.gitCommit=$(git rev-parse HEAD)"
        GitCommit string
 )