diff options
| author | Chris Lu <chris.lu@gmail.com> | 2019-10-11 23:56:58 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2019-10-11 23:56:58 -0700 |
| commit | 50e885da45a58180eeb0098e5446d252181964fc (patch) | |
| tree | 9fe9ca9599c3e964d10a5a79370a0b1ea8f90bd2 | |
| parent | e9dd5a602a4acf9da21b56e57a510d1f9a24875c (diff) | |
| download | seaweedfs-50e885da45a58180eeb0098e5446d252181964fc.tar.xz seaweedfs-50e885da45a58180eeb0098e5446d252181964fc.zip | |
1.441.44
| -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 830a85057..4f16a783c 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, 43) + VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 44) ) |
