diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-11-22 17:17:33 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-11-22 17:17:33 -0800 |
| commit | d3be2ceedd8a0a3405b238097a94a354af020967 (patch) | |
| tree | cf9062d5f0bcab7f0ff8eba3bb73ab2a00864743 /weed/util/constants.go | |
| parent | c7ebadc25dd47b4167b9c25d381db1276e7c5a80 (diff) | |
| download | seaweedfs-2.12.tar.xz seaweedfs-2.12.zip | |
2.122.12
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 0aeee111e..5c9450d0a 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,7 +5,7 @@ import ( ) var ( - VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 11) + VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 12) COMMIT = "" ) |
