aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-09-07 00:08:03 -0700
committerChris Lu <chris.lu@gmail.com>2021-09-07 00:08:03 -0700
commit8c6d706328253083cfd3f696ceb16e375815ef7f (patch)
tree69519b2a87ce7efa86935997326e802b49a1ef65 /weed/util/constants.go
parent2954bd71f807157a0e126af6bbf307df94e4cc9f (diff)
downloadseaweedfs-8c6d706328253083cfd3f696ceb16e375815ef7f.tar.xz
seaweedfs-8c6d706328253083cfd3f696ceb16e375815ef7f.zip
2.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 8451e9c00..852284e16 100644
--- a/weed/util/constants.go
+++ b/weed/util/constants.go
@@ -5,7 +5,7 @@ import (
)
var (
- VERSION_NUMBER = fmt.Sprintf("%.02f", 2.66)
+ VERSION_NUMBER = fmt.Sprintf("%.02f", 2.67)
VERSION = sizeLimit + " " + VERSION_NUMBER
COMMIT = ""
)