diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-01-01 09:27:02 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-01-01 09:27:02 -0800 |
| commit | aa1807e0825999e83e12633357c7272f22a2495f (patch) | |
| tree | c766fec903e9602e705a818a4feb414855dde23d | |
| parent | 86d4b18eb5e7ebc813f2e11d6826a9ace384cd61 (diff) | |
| download | seaweedfs-1.48.tar.xz seaweedfs-1.48.zip | |
1.481.48
| -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 0916850ef..fc62c6950 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, 47) + VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 48) ) |
