diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-02-21 19:29:27 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-02-21 19:29:27 -0800 |
| commit | 151c281f36f1523593ad2777fd66c347934d73fb (patch) | |
| tree | 919c76012e036d79876140de6fbbc01ab386b6a1 /weed/util/constants.go | |
| parent | d493d626ba3534686dfaabc5c49ee62d6fe9720a (diff) | |
| download | seaweedfs-151c281f36f1523593ad2777fd66c347934d73fb.tar.xz seaweedfs-151c281f36f1523593ad2777fd66c347934d73fb.zip | |
2.272.27
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 1900d3d42..908f782ae 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, 26) + VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 27) COMMIT = "" ) |
