diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-10-10 22:40:44 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-10-10 22:40:44 -0700 |
| commit | 3d586be552e9cab6aee69bd07fa3808238eaa1e3 (patch) | |
| tree | 55f1811f0bef0eb9840d6c46c97aea3e86d48ba8 /weed | |
| parent | f4676824a7c72f7d0392f65da5e3123f86c5d479 (diff) | |
| download | seaweedfs-3d586be552e9cab6aee69bd07fa3808238eaa1e3.tar.xz seaweedfs-3d586be552e9cab6aee69bd07fa3808238eaa1e3.zip | |
2.71
Diffstat (limited to 'weed')
| -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 95c8086e5..b4df3ea9a 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,7 +5,7 @@ import ( ) var ( - VERSION_NUMBER = fmt.Sprintf("%.02f", 2.70) + VERSION_NUMBER = fmt.Sprintf("%.02f", 2.71) VERSION = sizeLimit + " " + VERSION_NUMBER COMMIT = "" ) |
