diff options
| author | Alexander <4584443+DragonStuff@users.noreply.github.com> | 2021-08-29 11:47:35 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-08-29 11:47:35 +0900 |
| commit | ab0ebe1d3b89e1cdf53471e3b43830f5cc1f01a8 (patch) | |
| tree | d041c13bed16bde0d4184e852729e8d8724304b9 /weed/util/constants.go | |
| parent | 4128c1126a614873ea64beffc762856c4933d0aa (diff) | |
| parent | 8b7063634f5b2f9fa0a58a36260f881ee18ebd13 (diff) | |
| download | seaweedfs-ab0ebe1d3b89e1cdf53471e3b43830f5cc1f01a8.tar.xz seaweedfs-ab0ebe1d3b89e1cdf53471e3b43830f5cc1f01a8.zip | |
Merge branch 'chrislusf:master' into master
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 40b3f395d..d2a90f874 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,7 +5,7 @@ import ( ) var ( - VERSION = fmt.Sprintf("%s %.02f", sizeLimit, 2.64) + VERSION = fmt.Sprintf("%s %.02f", sizeLimit, 2.65) COMMIT = "" ) |
