diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-03-16 03:01:15 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-03-16 03:01:15 -0700 |
| commit | 9672f9e1b2ed399470e6ec877a667417c8b26870 (patch) | |
| tree | 2e82ed750786a66e95de0934463d1637008195c8 /weed/util/constants.go | |
| parent | 69694a17be1ef8817d9afb3a1265e605298e7ab3 (diff) | |
| download | seaweedfs-9672f9e1b2ed399470e6ec877a667417c8b26870.tar.xz seaweedfs-9672f9e1b2ed399470e6ec877a667417c8b26870.zip | |
2.342.34
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 8e7cafd6e..a7d8cc0bf 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, 33) + VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 34) COMMIT = "" ) |
