diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-06-10 13:00:42 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-06-10 13:00:42 -0700 |
| commit | 95a9686eaf3c3d73384ce6a1645f7b0db93fe86b (patch) | |
| tree | 62f53d6ac67de97c311e10592a8995a7c9001c2a /weed/util/constants.go | |
| parent | c66f357715f78fe07834fbaf590895cb2f18b136 (diff) | |
| download | seaweedfs-95a9686eaf3c3d73384ce6a1645f7b0db93fe86b.tar.xz seaweedfs-95a9686eaf3c3d73384ce6a1645f7b0db93fe86b.zip | |
1.811.81
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 f2585fda0..6e9b83a0b 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,7 +5,7 @@ import ( ) var ( - VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 80) + VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 81) COMMIT = "" ) |
