aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants.go
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2022-09-11 19:47:53 -0700
committerchrislu <chris.lu@gmail.com>2022-09-11 19:47:53 -0700
commitd8ca7d34fe3f83dc1ad174808a2356165e066a15 (patch)
treebc2e8f01f02a96de36137a299606d9d0e76e58cd /weed/util/constants.go
parent22064c342585bddaa7ebdb21e39cac7db87826df (diff)
downloadseaweedfs-d8ca7d34fe3f83dc1ad174808a2356165e066a15.tar.xz
seaweedfs-d8ca7d34fe3f83dc1ad174808a2356165e066a15.zip
3.273.27
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 e3d855d5a..18d5085c0 100644
--- a/weed/util/constants.go
+++ b/weed/util/constants.go
@@ -5,7 +5,7 @@ import (
)
var (
- VERSION_NUMBER = fmt.Sprintf("%.02f", 3.26)
+ VERSION_NUMBER = fmt.Sprintf("%.02f", 3.27)
VERSION = sizeLimit + " " + VERSION_NUMBER
COMMIT = ""
)