diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-06-05 15:29:25 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-06-05 15:29:25 -0700 |
| commit | b8e346cc86e4e2b23110bb3fd106567c2ea8686d (patch) | |
| tree | c0e966b2e7500bcf5f0c42535229cd0452941987 /weed/util/constants.go | |
| parent | 45a9d852d3d10bdaaf2a5358e4a4d823a7edbfcc (diff) | |
| download | seaweedfs-b8e346cc86e4e2b23110bb3fd106567c2ea8686d.tar.xz seaweedfs-b8e346cc86e4e2b23110bb3fd106567c2ea8686d.zip | |
1.801.80
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 fda69c8ae..f2585fda0 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, 79) + VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 80) COMMIT = "" ) |
