diff options
| author | chrislu <chris.lu@gmail.com> | 2024-01-15 20:44:00 -0800 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2024-01-15 20:44:00 -0800 |
| commit | 59b8af99b0aca1b9e88fec7b5f27c7d15e5e8604 (patch) | |
| tree | 16a27c676c6ebf0661b3170c2a90d9d577dc0d7e /weed/util/constants.go | |
| parent | 316ae4579539273e61bb1a82aa818b66a2e736ef (diff) | |
| download | seaweedfs-3.62.tar.xz seaweedfs-3.62.zip | |
3.623.62
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 185f5248e..ea80337cd 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,7 +5,7 @@ import ( ) var ( - VERSION_NUMBER = fmt.Sprintf("%.02f", 3.61) + VERSION_NUMBER = fmt.Sprintf("%.02f", 3.62) VERSION = sizeLimit + " " + VERSION_NUMBER COMMIT = "" ) |
