diff options
| author | chrislu <chris.lu@gmail.com> | 2023-04-02 22:52:58 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2023-04-02 22:52:58 -0700 |
| commit | b9ab65dba55e1abe754a45783d3e735563d48fe0 (patch) | |
| tree | 0aff17af4b3691a43f87a2cc0d96a9e13c705bc4 /weed/util | |
| parent | 3cc7b9041457c8ffb060f384b1e888089cc2b606 (diff) | |
| download | seaweedfs-b9ab65dba55e1abe754a45783d3e735563d48fe0.tar.xz seaweedfs-b9ab65dba55e1abe754a45783d3e735563d48fe0.zip | |
3.45
Diffstat (limited to 'weed/util')
| -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 676fad9f6..98da76bf3 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,7 +5,7 @@ import ( ) var ( - VERSION_NUMBER = fmt.Sprintf("%.02f", 3.44) + VERSION_NUMBER = fmt.Sprintf("%.02f", 3.45) VERSION = sizeLimit + " " + VERSION_NUMBER COMMIT = "" ) |
