diff options
| author | chrislu <chris.lu@gmail.com> | 2022-06-12 19:30:27 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-06-12 19:30:27 -0700 |
| commit | e437ec5a685e1bb906e7a61547c59dd6227a11a9 (patch) | |
| tree | d76d43e1210e780db9992196bb4c6bae6ab0486e /weed/util/constants.go | |
| parent | d12f431d98e6fc0f64e4720e0c90d75fe0509459 (diff) | |
| download | seaweedfs-e437ec5a685e1bb906e7a61547c59dd6227a11a9.tar.xz seaweedfs-e437ec5a685e1bb906e7a61547c59dd6227a11a9.zip | |
3.103.10
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 6a1d67129..213eafae0 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,7 +5,7 @@ import ( ) var ( - VERSION_NUMBER = fmt.Sprintf("%.02f", 3.09) + VERSION_NUMBER = fmt.Sprintf("%.02f", 3.10) VERSION = sizeLimit + " " + VERSION_NUMBER COMMIT = "" ) |
