aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-03-17 10:58:35 -0700
committerChris Lu <chris.lu@gmail.com>2020-03-17 10:58:35 -0700
commitdb9854fa0a6b26eb1ce9826a018a58addbf807ca (patch)
treeeb2ae230661f662508ab687930ed39ae01b8f902 /weed/util/constants.go
parentbec6ec7db68fe3858ec6ecd683ef32f5236d174a (diff)
downloadseaweedfs-db9854fa0a6b26eb1ce9826a018a58addbf807ca.tar.xz
seaweedfs-db9854fa0a6b26eb1ce9826a018a58addbf807ca.zip
1.641.64
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 cbf1c50ba..bf654f447 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, 63)
+ VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 64)
)