diff options
| author | chrislu <chris.lu@gmail.com> | 2023-05-21 23:43:39 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2023-05-21 23:43:39 -0700 |
| commit | 4310e1fac4e59a4391159e6c349f45a8e1cd0601 (patch) | |
| tree | 7a3df8d8abc0399d7a600ea449201fd1fae39bf3 /weed/util/constants.go | |
| parent | 8fffe3e82266530f29385085cfa1e20275a4c8d8 (diff) | |
| download | seaweedfs-3.51.tar.xz seaweedfs-3.51.zip | |
3.513.51
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 443d95dbb..454ceb723 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,7 +5,7 @@ import ( ) var ( - VERSION_NUMBER = fmt.Sprintf("%.02f", 3.50) + VERSION_NUMBER = fmt.Sprintf("%.02f", 3.51) VERSION = sizeLimit + " " + VERSION_NUMBER COMMIT = "" ) |
