diff options
| author | chrislu <chris.lu@gmail.com> | 2022-11-06 23:06:22 -0800 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-11-06 23:06:22 -0800 |
| commit | 47db75a695e7318dc1f98e4c1e014dfe7843282d (patch) | |
| tree | 45d126e5938383ebbb3ac12e2743d518f7b4f0fb /weed/util/constants.go | |
| parent | 5431c445cd820d685ff06bdb9a2aa400f2c61a46 (diff) | |
| download | seaweedfs-47db75a695e7318dc1f98e4c1e014dfe7843282d.tar.xz seaweedfs-47db75a695e7318dc1f98e4c1e014dfe7843282d.zip | |
3.343.34
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 688ca0397..d5fdcec9b 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,7 +5,7 @@ import ( ) var ( - VERSION_NUMBER = fmt.Sprintf("%.02f", 3.33) + VERSION_NUMBER = fmt.Sprintf("%.02f", 3.34) VERSION = sizeLimit + " " + VERSION_NUMBER COMMIT = "" ) |
