diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-07-15 15:52:22 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-07-15 15:52:22 -0700 |
| commit | a45bbc0b75dca72d715ef589d0a61f0e1b2c4eed (patch) | |
| tree | 2753ed77c23469c9806c41d40c71e3f54d875cfb /weed/util/constants.go | |
| parent | f0042f62dd8b823fc29dcc9a864a526534248ee0 (diff) | |
| download | seaweedfs-a45bbc0b75dca72d715ef589d0a61f0e1b2c4eed.tar.xz seaweedfs-a45bbc0b75dca72d715ef589d0a61f0e1b2c4eed.zip | |
2.592.59
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 ca339e578..00774a83e 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, 58) + VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 59) COMMIT = "" ) |
