diff options
| author | chrislu <chris.lu@gmail.com> | 2022-08-28 21:53:13 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-08-28 21:53:13 -0700 |
| commit | b7a887fea16ecef7832a60818bf9b30e6600a258 (patch) | |
| tree | 8d8e562d27234b1ff1d1990ebeb2dfe1a48d3779 /weed/util/constants.go | |
| parent | 089446f5b16ada234a7d3890dfc756311cc8d1d5 (diff) | |
| download | seaweedfs-b7a887fea16ecef7832a60818bf9b30e6600a258.tar.xz seaweedfs-b7a887fea16ecef7832a60818bf9b30e6600a258.zip | |
3.243.24
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 bfcfff2b0..d242f37f9 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,7 +5,7 @@ import ( ) var ( - VERSION_NUMBER = fmt.Sprintf("%.02f", 3.23) + VERSION_NUMBER = fmt.Sprintf("%.02f", 3.24) VERSION = sizeLimit + " " + VERSION_NUMBER COMMIT = "" ) |
