diff options
| author | chrislu <chris.lu@gmail.com> | 2022-10-16 20:43:37 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-10-16 20:43:37 -0700 |
| commit | 758d70bdc09834066cfd835d0041f38ac77a1d42 (patch) | |
| tree | b4229c7e903de47f29676932f7967eebfa7511a9 /weed/util/constants.go | |
| parent | de286fe6626787d12d87de1a9a447161014fc135 (diff) | |
| download | seaweedfs-758d70bdc09834066cfd835d0041f38ac77a1d42.tar.xz seaweedfs-758d70bdc09834066cfd835d0041f38ac77a1d42.zip | |
3.323.32
Diffstat (limited to 'weed/util/constants.go')
| -rw-r--r-- | weed/util/constants.go | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/weed/util/constants.go b/weed/util/constants.go index 64314508c..b3c6ef3f8 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,7 +5,7 @@ import ( ) var ( - VERSION_NUMBER = fmt.Sprintf("%.02f", 3.31) + VERSION_NUMBER = fmt.Sprintf("%.02f", 3.32) VERSION = sizeLimit + " " + VERSION_NUMBER COMMIT = "" ) |
