diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-03-16 00:36:06 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-03-16 00:36:06 -0700 |
| commit | 91a3ac9731f646ce41b62bb4cd1768e5ce2342e2 (patch) | |
| tree | 083ab028cdacc92cd4efaed6eee0acdd9d7980ea /weed/util/constants.go | |
| parent | 4b1ed227d12323ab3f3c67a0b39967c84a053bc4 (diff) | |
| download | seaweedfs-91a3ac9731f646ce41b62bb4cd1768e5ce2342e2.tar.xz seaweedfs-91a3ac9731f646ce41b62bb4cd1768e5ce2342e2.zip | |
2.332.33
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 fdb37d7f6..8e7cafd6e 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,7 +5,7 @@ import ( ) var ( - VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 32) + VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 33) COMMIT = "" ) |
