diff options
| author | Konstantin Lebedev <lebedev_k@tochka.com> | 2021-04-12 11:22:51 +0500 |
|---|---|---|
| committer | Konstantin Lebedev <lebedev_k@tochka.com> | 2021-04-12 11:22:51 +0500 |
| commit | 8e02e138ea889d9f43cc89937c02c212ca145d74 (patch) | |
| tree | 0fd5664bcd0efaff75efafdc230f45076a6c056b /weed/util/constants.go | |
| parent | 5021bea69838a5946b4b0bfa37c6269bfe66fa27 (diff) | |
| parent | 742ab1ec81795d1705bf3be48d56727fddf625df (diff) | |
| download | seaweedfs-8e02e138ea889d9f43cc89937c02c212ca145d74.tar.xz seaweedfs-8e02e138ea889d9f43cc89937c02c212ca145d74.zip | |
Merge branch 'upstreamMaster' into iam_handlers
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 = "" ) |
