aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants.go
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2022-07-18 00:53:05 -0700
committerchrislu <chris.lu@gmail.com>2022-07-18 00:53:05 -0700
commit56ec89625a5d4a66e3b1c810544afd93f449842e (patch)
tree84d935e403319f6aa8839bcd2b67b12da6bb5bb4 /weed/util/constants.go
parent1db012485f996df0615a1d6a7ece9faace2e536c (diff)
downloadseaweedfs-56ec89625a5d4a66e3b1c810544afd93f449842e.tar.xz
seaweedfs-56ec89625a5d4a66e3b1c810544afd93f449842e.zip
3.163.16
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 8438624bf..b6bb3810c 100644
--- a/weed/util/constants.go
+++ b/weed/util/constants.go
@@ -5,7 +5,7 @@ import (
)
var (
- VERSION_NUMBER = fmt.Sprintf("%.02f", 3.15)
+ VERSION_NUMBER = fmt.Sprintf("%.02f", 3.16)
VERSION = sizeLimit + " " + VERSION_NUMBER
COMMIT = ""
)