aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-03-20 23:42:49 -0700
committerChris Lu <chris.lu@gmail.com>2020-03-20 23:42:49 -0700
commit3b3e063f25ee3ff58f3beab4d4197fb2d2d19eec (patch)
tree5e50f4f0338b15d0126e2e38aaa86151f287cdd4 /weed/util/constants.go
parentd3e4a31058344698b3365cafcad031406b73b1bf (diff)
downloadseaweedfs-1.67.tar.xz
seaweedfs-1.67.zip
1.671.67
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 29dfdb97a..fcb8b4bb0 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, 66)
+ VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 67)
)