diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-12-28 12:37:10 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-12-28 12:37:10 -0800 |
| commit | d2ead72918726eeac01e2ba9cc63765a24d99d5c (patch) | |
| tree | 5d43aa2815c54490ea292ed99519e43f7615ca62 /weed/util/constants.go | |
| parent | 2e6cf541e7bac8f21224857449720b6b836bc4e3 (diff) | |
| download | seaweedfs-d2ead72918726eeac01e2ba9cc63765a24d99d5c.tar.xz seaweedfs-d2ead72918726eeac01e2ba9cc63765a24d99d5c.zip | |
2.182.18
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 95370746b..08d169545 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, 17) + VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 18) COMMIT = "" ) |
