diff options
| author | chrislu <chris.lu@gmail.com> | 2022-05-22 21:43:59 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-05-22 21:43:59 -0700 |
| commit | acc318e12bdeca0dcf0f4fc601cc659f7831fa92 (patch) | |
| tree | 1c785a95d6ce343510ce398f9bac5e9a9717ea1a /weed/util/constants.go | |
| parent | accf4d65c67e029343c22b30c8785aa3cec2f71c (diff) | |
| download | seaweedfs-acc318e12bdeca0dcf0f4fc601cc659f7831fa92.tar.xz seaweedfs-acc318e12bdeca0dcf0f4fc601cc659f7831fa92.zip | |
3.053.05
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 03d2b395e..e262b4bf2 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,7 +5,7 @@ import ( ) var ( - VERSION_NUMBER = fmt.Sprintf("%.02f", 3.04) + VERSION_NUMBER = fmt.Sprintf("%.02f", 3.05) VERSION = sizeLimit + " " + VERSION_NUMBER COMMIT = "" ) |
