diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-10-18 10:47:48 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-10-18 10:47:48 -0700 |
| commit | cd4fa7561b69757c7814c63324fd031eebd7b86f (patch) | |
| tree | 414e9bd02959179475678b2f4ae534321d9cdcae /weed/util/constants.go | |
| parent | a6bb509cb741a41da605537014cde037a8e16a36 (diff) | |
| download | seaweedfs-cd4fa7561b69757c7814c63324fd031eebd7b86f.tar.xz seaweedfs-cd4fa7561b69757c7814c63324fd031eebd7b86f.zip | |
2.732.73
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 4f788d24b..2e0476c81 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,7 +5,7 @@ import ( ) var ( - VERSION_NUMBER = fmt.Sprintf("%.02f", 2.72) + VERSION_NUMBER = fmt.Sprintf("%.02f", 2.73) VERSION = sizeLimit + " " + VERSION_NUMBER COMMIT = "" ) |
