diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-08-03 21:20:05 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-08-03 21:20:05 -0700 |
| commit | 42969c9c6247117f99ece43194912cd098acceb0 (patch) | |
| tree | 804a7b7a666b2714082acdae396d04e0707f70c7 /weed/util/constants.go | |
| parent | 81b255df8b7352e7a420e7dc4a56cf58bcb9075f (diff) | |
| parent | 8cf0c515bfb45c5d8e6c71f96c43f91cae30ea9d (diff) | |
| download | seaweedfs-42969c9c6247117f99ece43194912cd098acceb0.tar.xz seaweedfs-42969c9c6247117f99ece43194912cd098acceb0.zip | |
Merge branch 'master' into add_remote_storage
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 = "" ) |
