diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-09-20 00:47:04 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-09-20 00:47:04 -0700 |
| commit | 9cac9c40010443cc405e39230e594df19ee08b34 (patch) | |
| tree | 9b676074e951557bc4644e6e07385c2ae93e540b /weed/util/constants.go | |
| parent | 7af7380a7e41159955fb833e413e9d0a32387ff6 (diff) | |
| download | seaweedfs-9cac9c40010443cc405e39230e594df19ee08b34.tar.xz seaweedfs-9cac9c40010443cc405e39230e594df19ee08b34.zip | |
2.002.00
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 4782b5688..d29f9d2ce 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,7 +5,7 @@ import ( ) var ( - VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 99) + VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 2, 00) COMMIT = "" ) |
