diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-09-10 19:52:07 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-09-10 19:52:07 -0700 |
| commit | 19537c9d21d79dd8fcfeacd6ac6d4677aa1b063f (patch) | |
| tree | c7a9e8cbfd2ffa238f491316dadae230c1c4168e /weed/util/constants.go | |
| parent | eaf9fdde99af84ca89baf37432dfe985ee7b1385 (diff) | |
| download | seaweedfs-19537c9d21d79dd8fcfeacd6ac6d4677aa1b063f.tar.xz seaweedfs-19537c9d21d79dd8fcfeacd6ac6d4677aa1b063f.zip | |
1.961.96
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 9365e33e2..26ea072bb 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, 95) + VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 96) COMMIT = "" ) |
