aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-09-13 02:16:09 -0700
committerChris Lu <chris.lu@gmail.com>2021-09-13 02:16:09 -0700
commit20ac710ceb221a9172f5e4868f045ae210c0262a (patch)
treedb855c56fd108a7e3fe16c45d3eb8a97b0ec6b39 /weed/util/constants.go
parent6cd1ce8b749a5befc0af67feaced94000f6fb7bf (diff)
downloadseaweedfs-20ac710ceb221a9172f5e4868f045ae210c0262a.tar.xz
seaweedfs-20ac710ceb221a9172f5e4868f045ae210c0262a.zip
2.68
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 852284e16..d1deb7bef 100644
--- a/weed/util/constants.go
+++ b/weed/util/constants.go
@@ -5,7 +5,7 @@ import (
)
var (
- VERSION_NUMBER = fmt.Sprintf("%.02f", 2.67)
+ VERSION_NUMBER = fmt.Sprintf("%.02f", 2.68)
VERSION = sizeLimit + " " + VERSION_NUMBER
COMMIT = ""
)