diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-09-26 17:37:46 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-09-26 17:37:46 -0700 |
| commit | cee4d20bc118e5ea38123e39fed29f362ff8af01 (patch) | |
| tree | 56b8b7f26ebcf67cd5a1406f549a48e9a53ee425 /weed/util/constants.go | |
| parent | ecaab0e0487aaf5af5149aa8ea578a9f3cb2516c (diff) | |
| download | seaweedfs-2.70.tar.xz seaweedfs-2.70.zip | |
2.702.70
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 0f379102d..95c8086e5 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,7 +5,7 @@ import ( ) var ( - VERSION_NUMBER = fmt.Sprintf("%.02f", 2.69) + VERSION_NUMBER = fmt.Sprintf("%.02f", 2.70) VERSION = sizeLimit + " " + VERSION_NUMBER COMMIT = "" ) |
