aboutsummaryrefslogtreecommitdiff
path: root/weed
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-09-05 16:21:14 -0700
committerChris Lu <chris.lu@gmail.com>2021-09-05 16:21:14 -0700
commit6022db6d6aa29078d76ea7155b179e5ca8530365 (patch)
tree11aa03b2419d72821189629358accaecf82afc32 /weed
parent006c01a51986f784b6db4e67a6259e9ce4bead7f (diff)
downloadseaweedfs-6022db6d6aa29078d76ea7155b179e5ca8530365.tar.xz
seaweedfs-6022db6d6aa29078d76ea7155b179e5ca8530365.zip
2.662.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 dc2099d3c..8451e9c00 100644
--- a/weed/util/constants.go
+++ b/weed/util/constants.go
@@ -5,7 +5,7 @@ import (
)
var (
- VERSION_NUMBER = fmt.Sprintf("%.02f", 2.65)
+ VERSION_NUMBER = fmt.Sprintf("%.02f", 2.66)
VERSION = sizeLimit + " " + VERSION_NUMBER
COMMIT = ""
)