aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants.go
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2025-02-01 17:41:39 -0800
committerchrislu <chris.lu@gmail.com>2025-02-01 17:41:39 -0800
commit5c3d7e6ae63e0e07375d64a9926ed45b536f671c (patch)
tree1523850fe7a008764829ef449ac0eca627a8c693 /weed/util/constants.go
parent42efade0dc2ee2127a1f564ffb496e7c34b12321 (diff)
downloadseaweedfs-5c3d7e6ae63e0e07375d64a9926ed45b536f671c.tar.xz
seaweedfs-5c3d7e6ae63e0e07375d64a9926ed45b536f671c.zip
3.833.83
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 a8144438b..43f101159 100644
--- a/weed/util/constants.go
+++ b/weed/util/constants.go
@@ -8,7 +8,7 @@ const HttpStatusCancelled = 499
var (
MAJOR_VERSION = int32(3)
- MINOR_VERSION = int32(82)
+ MINOR_VERSION = int32(83)
VERSION_NUMBER = fmt.Sprintf("%d.%02d", MAJOR_VERSION, MINOR_VERSION)
VERSION = sizeLimit + " " + VERSION_NUMBER
COMMIT = ""