aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants.go
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2022-07-18 15:14:47 -0700
committerchrislu <chris.lu@gmail.com>2022-07-18 15:14:47 -0700
commit99739fa5a9c20174a1739e51d3a8b4c4d2ebd3b1 (patch)
tree5d4997b69d76f70b1c37e7ac4b83d9b36638b59f /weed/util/constants.go
parent7f672b37e166a97fc652a40c7fc41d03f1d6e690 (diff)
parentf90926572103c0c6d2dbf025b9e09e62d2137b23 (diff)
downloadseaweedfs-99739fa5a9c20174a1739e51d3a8b4c4d2ebd3b1.tar.xz
seaweedfs-99739fa5a9c20174a1739e51d3a8b4c4d2ebd3b1.zip
Merge branch 'master' into messaging
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 = ""
)