diff options
| author | chrislu <chris.lu@gmail.com> | 2023-01-29 22:56:01 -0800 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2023-01-29 22:56:01 -0800 |
| commit | 4d71af87f39324b0ff3136947f8e3c58868c3241 (patch) | |
| tree | 8072ae0b05a55fe7bd985d72cda0bb6bce3319b4 /weed/util/constants.go | |
| parent | ef70415c70d5245868b47216195ab9a323c15a50 (diff) | |
| download | seaweedfs-4d71af87f39324b0ff3136947f8e3c58868c3241.tar.xz seaweedfs-4d71af87f39324b0ff3136947f8e3c58868c3241.zip | |
3.413.41
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 4c090aca8..1d4a0d88a 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,7 +5,7 @@ import ( ) var ( - VERSION_NUMBER = fmt.Sprintf("%.02f", 3.40) + VERSION_NUMBER = fmt.Sprintf("%.02f", 3.41) VERSION = sizeLimit + " " + VERSION_NUMBER COMMIT = "" ) |
