diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-02-07 22:29:43 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-02-07 22:29:43 -0800 |
| commit | 5e4b5109ddaff1fc7c09cc107081c04aaf0056f6 (patch) | |
| tree | 61689075c1594f57bcfe680cb6f30df48fa6bd80 /weed/util/constants.go | |
| parent | 15c60cbb2660d60d2714d3386731044fcfeac473 (diff) | |
| download | seaweedfs-5e4b5109ddaff1fc7c09cc107081c04aaf0056f6.tar.xz seaweedfs-5e4b5109ddaff1fc7c09cc107081c04aaf0056f6.zip | |
2.24
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 ccc0ef1fb..6001ae78e 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,7 +5,7 @@ import ( ) var ( - VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 23) + VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 24) COMMIT = "" ) |
