diff options
| author | chrislu <chris.lu@gmail.com> | 2022-02-14 01:52:16 -0800 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-02-14 01:52:16 -0800 |
| commit | 6a40fd1c65428f8e0f4d1fde92ab406a27edae1b (patch) | |
| tree | 40b78fcda01c4eb772cbee0f9f6713acd6ca4791 /weed/util/constants.go | |
| parent | aa13168b4d792e1353802047adc2e50e2d0ae410 (diff) | |
| download | seaweedfs-6a40fd1c65428f8e0f4d1fde92ab406a27edae1b.tar.xz seaweedfs-6a40fd1c65428f8e0f4d1fde92ab406a27edae1b.zip | |
2.89
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 d148e1ca6..ac3491de8 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,7 +5,7 @@ import ( ) var ( - VERSION_NUMBER = fmt.Sprintf("%.02f", 2.88) + VERSION_NUMBER = fmt.Sprintf("%.02f", 2.89) VERSION = sizeLimit + " " + VERSION_NUMBER COMMIT = "" ) |
