diff options
| author | Chris Lu <chris.lu@gmail.com> | 2018-11-08 21:42:45 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2018-11-08 21:42:45 -0800 |
| commit | 0d095f72e41fd717e054f919a73393a93397731c (patch) | |
| tree | bcda5fa814fbe984f62a9c1966b87b1f5530b830 | |
| parent | a4ceb051a7aa195ba9e16995602a615b23f4b746 (diff) | |
| download | seaweedfs-0d095f72e41fd717e054f919a73393a93397731c.tar.xz seaweedfs-0d095f72e41fd717e054f919a73393a93397731c.zip | |
update to 1.04
| -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 6af63f505..cf91f9c70 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -1,5 +1,5 @@ package util const ( - VERSION = "1.03" + VERSION = "1.04" ) |
