aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-09-12 13:46:33 -0700
committerChris Lu <chris.lu@gmail.com>2020-09-12 13:46:33 -0700
commitf8fea19669ee0fe16f9429c1f31aa4e00dc8c622 (patch)
tree9b59f4228c74197ca102008762540d4d48174962 /weed/util/constants.go
parentb0c7de186da98ee9e2d9ac4f9cdd86347031d263 (diff)
downloadseaweedfs-1.99.tar.xz
seaweedfs-1.99.zip
1.991.99
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 d370ebb5f..4782b5688 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, 98)
+ VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 99)
COMMIT = ""
)