diff options
| author | chrislu <chris.lu@gmail.com> | 2025-07-31 22:46:51 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2025-07-31 22:46:51 -0700 |
| commit | cd861646a014de49795440364f58d5120e639249 (patch) | |
| tree | e65921e8e48f37d5b176dc4c0b88916228d7288c /weed/util | |
| parent | 027829f3b3812f1cf60067cb2d47418fceb944ff (diff) | |
| download | seaweedfs-cd861646a014de49795440364f58d5120e639249.tar.xz seaweedfs-cd861646a014de49795440364f58d5120e639249.zip | |
3.96
Diffstat (limited to 'weed/util')
| -rw-r--r-- | weed/util/version/constants.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/util/version/constants.go b/weed/util/version/constants.go index b5766af67..39e0a8dbb 100644 --- a/weed/util/version/constants.go +++ b/weed/util/version/constants.go @@ -8,7 +8,7 @@ import ( var ( MAJOR_VERSION = int32(3) - MINOR_VERSION = int32(95) + MINOR_VERSION = int32(96) VERSION_NUMBER = fmt.Sprintf("%d.%02d", MAJOR_VERSION, MINOR_VERSION) VERSION = util.SizeLimit + " " + VERSION_NUMBER COMMIT = "" |
