diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-01-31 00:32:09 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-01-31 00:32:09 -0800 |
| commit | beb0a1599ee5595b3f3314176cfbf66e63495cda (patch) | |
| tree | c296d74e935aa8990c7ec066c0c5cf41c95e32d9 | |
| parent | b2743afaee2b73c403688c798c4b4d1f30603d17 (diff) | |
| download | seaweedfs-beb0a1599ee5595b3f3314176cfbf66e63495cda.tar.xz seaweedfs-beb0a1599ee5595b3f3314176cfbf66e63495cda.zip | |
1.53
| -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 4e89291dd..3d61b2006 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,5 +5,5 @@ import ( ) var ( - VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 52) + VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 53) ) |
