diff options
| author | Chris Lu <chris.lu@gmail.com> | 2019-07-21 21:52:48 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2019-07-21 21:52:48 -0700 |
| commit | 3f851feb59d9ffc80ac366222435eb54f98456ad (patch) | |
| tree | 03410c3658be8d2287224dd4a4533d7311aaa635 | |
| parent | 862c2cb8e6bcf7e332b8f1cb6b5ec4d0de7bac4e (diff) | |
| download | seaweedfs-3f851feb59d9ffc80ac366222435eb54f98456ad.tar.xz seaweedfs-3f851feb59d9ffc80ac366222435eb54f98456ad.zip | |
1.421.42
| -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 0f29e3388..36e82a480 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, 41) + VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 42) ) |
