diff options
| author | chrislu <chris.lu@gmail.com> | 2022-11-14 00:21:00 -0800 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-11-14 00:21:00 -0800 |
| commit | b1d7963e57ca2013fe9d11c4336c51e8c1c022e6 (patch) | |
| tree | b0299c12d87ba85771f7aad74e80945a5d2d4b21 /weed/util/constants.go | |
| parent | 5b905fb2b74049437fcd939c0304a7e34d051234 (diff) | |
| download | seaweedfs-b1d7963e57ca2013fe9d11c4336c51e8c1c022e6.tar.xz seaweedfs-b1d7963e57ca2013fe9d11c4336c51e8c1c022e6.zip | |
3.353.35
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 d5fdcec9b..fe91b81f4 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,7 +5,7 @@ import ( ) var ( - VERSION_NUMBER = fmt.Sprintf("%.02f", 3.34) + VERSION_NUMBER = fmt.Sprintf("%.02f", 3.35) VERSION = sizeLimit + " " + VERSION_NUMBER COMMIT = "" ) |
