diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-08-01 15:50:19 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-08-01 15:50:19 -0700 |
| commit | 56ee1d5ef1627a88eb5711c79e693cf3fbc00313 (patch) | |
| tree | a6961925a627edae5910aeee6271dfa16354cf93 /weed/util/constants.go | |
| parent | 58bc3ecf4712dd8c94c3470324aa68492072c78b (diff) | |
| download | seaweedfs-56ee1d5ef1627a88eb5711c79e693cf3fbc00313.tar.xz seaweedfs-56ee1d5ef1627a88eb5711c79e693cf3fbc00313.zip | |
2.612.61
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 2636adf45..108dfb2e4 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, 60) + VERSION = fmt.Sprintf("%s %.02f", sizeLimit, 2.61) COMMIT = "" ) |
