diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-11-10 23:17:13 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-11-10 23:17:13 -0800 |
| commit | 15956d8a8e4af36b3eb6819bbdd4200089025db0 (patch) | |
| tree | c7af75a810f928ce52fdf6eec18fb539e14c224b /weed/util/constants.go | |
| parent | de3bdd0651cb2b83319d78cbb0f9da86cd950bfb (diff) | |
| download | seaweedfs-2.10.tar.xz seaweedfs-2.10.zip | |
2.102.10
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 498ef11a2..f1864cf95 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, 8) + VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 10) COMMIT = "" ) |
