diff options
| author | chrislu <chris.lu@gmail.com> | 2022-09-06 08:26:20 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-09-06 08:26:20 -0700 |
| commit | c07ab9c060eafe26cc0b4246d507d5b33f32f317 (patch) | |
| tree | 462f02add93c737e4a5270ba1923c7d0ca59996b /weed/util/constants.go | |
| parent | f4f6855c61150282295ec0b10233d9b1585153e3 (diff) | |
| download | seaweedfs-3.26.tar.xz seaweedfs-3.26.zip | |
3.263.26
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 ea387b0f0..e3d855d5a 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,7 +5,7 @@ import ( ) var ( - VERSION_NUMBER = fmt.Sprintf("%.02f", 3.25) + VERSION_NUMBER = fmt.Sprintf("%.02f", 3.26) VERSION = sizeLimit + " " + VERSION_NUMBER COMMIT = "" ) |
