diff options
| author | chrislu <chris.lu@gmail.com> | 2022-05-01 23:33:45 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-05-01 23:33:45 -0700 |
| commit | 73961e24d8b311b938dfb692f93e172866813487 (patch) | |
| tree | ab78e7f5c92f77a78ad8bbcacc619f6562075b2f /weed/util/constants.go | |
| parent | 00c1dfec4f31abb36907c620628917c989966a65 (diff) | |
| download | seaweedfs-73961e24d8b311b938dfb692f93e172866813487.tar.xz seaweedfs-73961e24d8b311b938dfb692f93e172866813487.zip | |
3.013.01
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 3625891b5..90f551a30 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,7 +5,7 @@ import ( ) var ( - VERSION_NUMBER = fmt.Sprintf("%.02f", 3.00) + VERSION_NUMBER = fmt.Sprintf("%.02f", 3.01) VERSION = sizeLimit + " " + VERSION_NUMBER COMMIT = "" ) |
