aboutsummaryrefslogtreecommitdiff
path: root/weed
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-03-20 20:39:48 -0700
committerChris Lu <chris.lu@gmail.com>2020-03-20 20:39:48 -0700
commite1b5ac5c042ab7e88506fde234810400a555d261 (patch)
tree339ae8c631e7330e67a8fb38ee47a0e45593a6be /weed
parent308688c8d0b29caa06739338748cb3882c3a8559 (diff)
downloadseaweedfs-e1b5ac5c042ab7e88506fde234810400a555d261.tar.xz
seaweedfs-e1b5ac5c042ab7e88506fde234810400a555d261.zip
1.661.66
Diffstat (limited to 'weed')
-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 3a0eb4148..29dfdb97a 100644
--- a/weed/util/constants.go
+++ b/weed/util/constants.go
@@ -5,5 +5,5 @@ import (
)
var (
- VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 65)
+ VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 66)
)