aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-10-31 18:08:28 -0700
committerChris Lu <chris.lu@gmail.com>2021-10-31 18:08:28 -0700
commitfc9e246592351085b31ce9ad0d6a4790fa54b4f1 (patch)
tree72d3978b03012534cc3796ff290720e606c7ad32 /weed/util/constants.go
parent9cf756b188529edd215988bd7b23fd91fd691445 (diff)
downloadseaweedfs-fc9e246592351085b31ce9ad0d6a4790fa54b4f1.tar.xz
seaweedfs-fc9e246592351085b31ce9ad0d6a4790fa54b4f1.zip
2.762.76
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 2fe1e3071..0af6158f3 100644
--- a/weed/util/constants.go
+++ b/weed/util/constants.go
@@ -5,7 +5,7 @@ import (
)
var (
- VERSION_NUMBER = fmt.Sprintf("%.02f", 2.75)
+ VERSION_NUMBER = fmt.Sprintf("%.02f", 2.76)
VERSION = sizeLimit + " " + VERSION_NUMBER
COMMIT = ""
)