diff options
| author | chrislu <chris.lu@gmail.com> | 2023-07-23 23:11:37 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2023-07-23 23:11:37 -0700 |
| commit | 7eafa3420b8e5ae83c8873cddd03ded90a0fc921 (patch) | |
| tree | dc5b4688742142e18bcab01a5fa423dbfcc785ef /weed/util/constants.go | |
| parent | 51bcc219ea55b86077a6a921284530fb2de9d707 (diff) | |
| download | seaweedfs-7eafa3420b8e5ae83c8873cddd03ded90a0fc921.tar.xz seaweedfs-7eafa3420b8e5ae83c8873cddd03ded90a0fc921.zip | |
3.553.55
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 6aa9ea446..7123cc3b7 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,7 +5,7 @@ import ( ) var ( - VERSION_NUMBER = fmt.Sprintf("%.02f", 3.54) + VERSION_NUMBER = fmt.Sprintf("%.02f", 3.55) VERSION = sizeLimit + " " + VERSION_NUMBER COMMIT = "" ) |
