diff options
| author | Guo Lei <snipergg@163.com> | 2022-06-15 15:28:40 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-06-15 15:28:40 +0800 |
| commit | 3df84cabf67918beb4bb4f56c4250e57c0f219c5 (patch) | |
| tree | e9d76793170ee607e915f7679bb35a667ace397e /weed/util/constants.go | |
| parent | 695e8c75551b7de9f47723b682f0cb0ab4b74002 (diff) | |
| parent | b8ce05c9047cc95d76b57116affeb4ca7385c34a (diff) | |
| download | seaweedfs-3df84cabf67918beb4bb4f56c4250e57c0f219c5.tar.xz seaweedfs-3df84cabf67918beb4bb4f56c4250e57c0f219c5.zip | |
Merge branch 'chrislusf:master' into weed_update
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 213eafae0..c0fea8b17 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,7 +5,7 @@ import ( ) var ( - VERSION_NUMBER = fmt.Sprintf("%.02f", 3.10) + VERSION_NUMBER = fmt.Sprintf("%.02f", 3.11) VERSION = sizeLimit + " " + VERSION_NUMBER COMMIT = "" ) |
