diff options
| author | chrislu <chris.lu@gmail.com> | 2023-02-20 16:56:05 -0800 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2023-02-20 16:56:05 -0800 |
| commit | 3227e4175e2bf8df2ac8aeeff8cf73a819abc5a7 (patch) | |
| tree | 0458e2b59de525abf1fa4dc690865b6bea7d5608 /weed/util/constants.go | |
| parent | 439b79016de0439805cd71bd72ef812f44a43e4f (diff) | |
| download | seaweedfs-3227e4175e2bf8df2ac8aeeff8cf73a819abc5a7.tar.xz seaweedfs-3227e4175e2bf8df2ac8aeeff8cf73a819abc5a7.zip | |
3.433.43
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 9f56ba3a6..bd12b7956 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,7 +5,7 @@ import ( ) var ( - VERSION_NUMBER = fmt.Sprintf("%.02f", 3.42) + VERSION_NUMBER = fmt.Sprintf("%.02f", 3.43) VERSION = sizeLimit + " " + VERSION_NUMBER COMMIT = "" ) |
