aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-08-16 00:57:28 -0700
committerChris Lu <chris.lu@gmail.com>2020-08-16 00:57:28 -0700
commitb71df82292767ef5276fa991715af23de6f1643c (patch)
tree1c757ad490e2e30bb3a7e0cd333b6a7b2ddba404 /weed/util/constants.go
parent1d9ea30b7254a11232acfb265fe25954345333e6 (diff)
downloadseaweedfs-b71df82292767ef5276fa991715af23de6f1643c.tar.xz
seaweedfs-b71df82292767ef5276fa991715af23de6f1643c.zip
1.89
Diffstat (limited to 'weed/util/constants.go')
-rw-r--r--weed/util/constants.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/util/constants.go b/weed/util/constants.go
index 10955acde..69cf57216 100644
--- a/weed/util/constants.go
+++ b/weed/util/constants.go
@@ -5,7 +5,7 @@ import (
)
var (
- VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 88)
+ VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 89)
COMMIT = ""
)