diff options
| author | chrislu <chris.lu@gmail.com> | 2023-05-07 14:00:19 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2023-05-07 14:00:19 -0700 |
| commit | 59f55c1a661516033e05f6cc306cdb92e885117c (patch) | |
| tree | 9380ad3f94086a2d93991cd0404d5a0b0aa7783e /weed/util/constants.go | |
| parent | b2a386029095a07b058fcf124ff173ab9f55bfdd (diff) | |
| download | seaweedfs-59f55c1a661516033e05f6cc306cdb92e885117c.tar.xz seaweedfs-59f55c1a661516033e05f6cc306cdb92e885117c.zip | |
3.49
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 3655dc7fa..1eb2a45d1 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,7 +5,7 @@ import ( ) var ( - VERSION_NUMBER = fmt.Sprintf("%.02f", 3.48) + VERSION_NUMBER = fmt.Sprintf("%.02f", 3.49) VERSION = sizeLimit + " " + VERSION_NUMBER COMMIT = "" ) |
