diff options
| author | chrislu <chris.lu@gmail.com> | 2022-09-25 19:20:45 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-09-25 19:20:45 -0700 |
| commit | 1ffb1e696e1f651c6294fc34c86b9abb6db1985d (patch) | |
| tree | 9d5f87dc20c60eb38e51759a27c7d013f077ee1b /weed/util/constants.go | |
| parent | 640c53cda82da903d984b5190a1bdd414499942b (diff) | |
| download | seaweedfs-1ffb1e696e1f651c6294fc34c86b9abb6db1985d.tar.xz seaweedfs-1ffb1e696e1f651c6294fc34c86b9abb6db1985d.zip | |
3.293.29
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 f906910a9..b46ffe796 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,7 +5,7 @@ import ( ) var ( - VERSION_NUMBER = fmt.Sprintf("%.02f", 3.28) + VERSION_NUMBER = fmt.Sprintf("%.02f", 3.29) VERSION = sizeLimit + " " + VERSION_NUMBER COMMIT = "" ) |
