OSDN Git Service

Hot fix (#535)
[bytom/vapor.git] / version / version.go
index 89d6922..1af5b07 100644 (file)
@@ -47,7 +47,7 @@ const (
 
 var (
        // The full version string
-       Version = "1.1.2"
+       Version = "1.1.3"
        // GitCommit is set with --ldflags "-X main.gitCommit=$(git rev-parse HEAD)"
        GitCommit string
        Status    *UpdateStatus