diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-09-06 12:12:09 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-09-06 12:12:09 -0700 |
| commit | 432fe3d926044f81ec445136c13774684237266c (patch) | |
| tree | a720748e28735698806da850c0711b81cec7aa63 /weed | |
| parent | d8af6f62df569a9ad9bca31a9f238e675d03e17b (diff) | |
| download | seaweedfs-432fe3d926044f81ec445136c13774684237266c.tar.xz seaweedfs-432fe3d926044f81ec445136c13774684237266c.zip | |
1.931.93
Diffstat (limited to 'weed')
| -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 d48b9e32d..55183cccb 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, 92) + VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 93) COMMIT = "" ) |
