diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-11-29 17:00:03 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-11-29 17:00:03 -0800 |
| commit | 0e99531dbf51fdb087794e548c46a64e4aa8c9ba (patch) | |
| tree | 3e0429d1d9c6c3cdab9632deaa7010331d399ae6 /weed/util/constants.go | |
| parent | 965413c21bfcc7339ecec008828c3b11fbda6d7d (diff) | |
| download | seaweedfs-0e99531dbf51fdb087794e548c46a64e4aa8c9ba.tar.xz seaweedfs-0e99531dbf51fdb087794e548c46a64e4aa8c9ba.zip | |
2.132.13
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 5c9450d0a..254f3cb59 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, 12) + VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 13) COMMIT = "" ) |
