diff options
| author | chrislu <chris.lu@gmail.com> | 2023-07-16 22:47:57 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2023-07-16 22:47:57 -0700 |
| commit | 358b3a489475333e503886513080b815ce45a4a5 (patch) | |
| tree | 591e2323b04752fea60aa5b4010c25cd8c450e22 /weed/util/constants.go | |
| parent | 6f588b5b182b1b5ac5e81b49b81ab4e3a2b8187f (diff) | |
| download | seaweedfs-358b3a489475333e503886513080b815ce45a4a5.tar.xz seaweedfs-358b3a489475333e503886513080b815ce45a4a5.zip | |
3.543.54
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 c5cef0bf4..6aa9ea446 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,7 +5,7 @@ import ( ) var ( - VERSION_NUMBER = fmt.Sprintf("%.02f", 3.53) + VERSION_NUMBER = fmt.Sprintf("%.02f", 3.54) VERSION = sizeLimit + " " + VERSION_NUMBER COMMIT = "" ) |
