diff options
| author | chrislu <chris.lu@gmail.com> | 2023-03-19 20:27:55 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2023-03-19 20:27:55 -0700 |
| commit | 5b43c4bb98c5e2d83dca5414b4c902b668f91ea5 (patch) | |
| tree | 5db8fc304592676caff25470bfcf854b3fca57da /weed/util/constants.go | |
| parent | 50dc2fe96b2dbdd636b7a51d659fa79f9aef46c1 (diff) | |
| download | seaweedfs-5b43c4bb98c5e2d83dca5414b4c902b668f91ea5.tar.xz seaweedfs-5b43c4bb98c5e2d83dca5414b4c902b668f91ea5.zip | |
3.443.44
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 bd12b7956..676fad9f6 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,7 +5,7 @@ import ( ) var ( - VERSION_NUMBER = fmt.Sprintf("%.02f", 3.43) + VERSION_NUMBER = fmt.Sprintf("%.02f", 3.44) VERSION = sizeLimit + " " + VERSION_NUMBER COMMIT = "" ) |
