diff options
| author | chrislu <chris.lu@gmail.com> | 2022-05-23 01:21:48 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-05-23 01:21:48 -0700 |
| commit | 2f846777bbceea307771e79d4452e071b0bd5a51 (patch) | |
| tree | ec974026c0533c38af21ea2fb6d73120c7ad4ba0 /weed/util/constants.go | |
| parent | a5cdcc7e630f6be4de8feb88c8f338f979b6f488 (diff) | |
| download | seaweedfs-3.06.tar.xz seaweedfs-3.06.zip | |
3.063.06
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 e262b4bf2..8663ab90d 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,7 +5,7 @@ import ( ) var ( - VERSION_NUMBER = fmt.Sprintf("%.02f", 3.05) + VERSION_NUMBER = fmt.Sprintf("%.02f", 3.06) VERSION = sizeLimit + " " + VERSION_NUMBER COMMIT = "" ) |
