diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-05-30 20:40:30 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-05-30 20:40:30 -0700 |
| commit | 4233ad3f07cf223cdf0fd1694c2f4a3cd87d2f6e (patch) | |
| tree | 03e699658f14d574494fd24312e6a7bd5f33ff03 /weed/util/constants.go | |
| parent | 1456616a77c8fdb2e3a087645922da9bea388aa1 (diff) | |
| download | seaweedfs-4233ad3f07cf223cdf0fd1694c2f4a3cd87d2f6e.tar.xz seaweedfs-4233ad3f07cf223cdf0fd1694c2f4a3cd87d2f6e.zip | |
2.502.50
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 c6b5c1dc5..e909319eb 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, 49) + VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 50) COMMIT = "" ) |
