diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-10-11 21:25:30 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-10-11 21:25:30 -0700 |
| commit | bbd0afd37efc5b07e3b9ed109b95afe5c9eaae78 (patch) | |
| tree | b58b0723b0e7e2ae31741dc2a9f31156cd8e8170 /weed/util/constants.go | |
| parent | 7704469d294c20df46d1cbd418754dfa9ace0add (diff) | |
| download | seaweedfs-2.04.tar.xz seaweedfs-2.04.zip | |
2.042.04
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 0f3fd52c7..3b222fbaa 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, 03) + VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 04) COMMIT = "" ) |
