diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-09-11 13:47:50 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-09-11 13:47:50 -0700 |
| commit | ab201c2798a63eb71dea605960e78ff3898b7c92 (patch) | |
| tree | 62683b0358af2255ad584b94710bd603097d00b3 /weed/util/constants.go | |
| parent | 75de7002ff028c419995b355db54c8ffc7544748 (diff) | |
| download | seaweedfs-ab201c2798a63eb71dea605960e78ff3898b7c92.tar.xz seaweedfs-ab201c2798a63eb71dea605960e78ff3898b7c92.zip | |
1.971.97
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 26ea072bb..7fd2a4fb0 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, 96) + VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 97) COMMIT = "" ) |
