diff options
| author | Chris Lu <chris.lu@uber.com> | 2021-04-11 19:47:11 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@uber.com> | 2021-04-11 19:47:11 -0700 |
| commit | 742ab1ec81795d1705bf3be48d56727fddf625df (patch) | |
| tree | 6d5732f9ce89aacbdf693d59a552f3cee4c2260d /weed/util/constants.go | |
| parent | 0df5b53ad8258414350169a923d887c90742a8b2 (diff) | |
| download | seaweedfs-742ab1ec81795d1705bf3be48d56727fddf625df.tar.xz seaweedfs-742ab1ec81795d1705bf3be48d56727fddf625df.zip | |
2.392.39
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 40f4deae2..fce35379d 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, 38) + VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 39) COMMIT = "" ) |
