diff options
| author | chrislu <chris.lu@gmail.com> | 2024-01-01 20:56:12 -0800 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2024-01-01 20:56:12 -0800 |
| commit | 923b1e5dad2cabe693b665f2aea4183634bcd3ef (patch) | |
| tree | bb99066190881e49e8de0f6475afc41cc5e55cb0 /weed/util/constants.go | |
| parent | 8b4cd50aac51134b54d365b6bc370ba81b491d76 (diff) | |
| parent | d4e91b6ad9cda07c9ad790e82593caba975cc8e8 (diff) | |
| download | seaweedfs-923b1e5dad2cabe693b665f2aea4183634bcd3ef.tar.xz seaweedfs-923b1e5dad2cabe693b665f2aea4183634bcd3ef.zip | |
Merge branch 'master' into mq-subscribe
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 dd16273af..a3c1beffd 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,7 +5,7 @@ import ( ) var ( - VERSION_NUMBER = fmt.Sprintf("%.02f", 3.59) + VERSION_NUMBER = fmt.Sprintf("%.02f", 3.60) VERSION = sizeLimit + " " + VERSION_NUMBER COMMIT = "" ) |
