diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-05-10 21:58:37 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-05-10 21:58:37 -0700 |
| commit | 4596e647100d23d36e96335d0022eec846eaf16e (patch) | |
| tree | 2627adf5541dddde62c4ff7e4f53e19ec9a1f267 /weed/util/constants.go | |
| parent | e55aa41690cf23cc1170bf2a49e550c60ead0233 (diff) | |
| download | seaweedfs-4596e647100d23d36e96335d0022eec846eaf16e.tar.xz seaweedfs-4596e647100d23d36e96335d0022eec846eaf16e.zip | |
2.46
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 270cedb6f..71a3c0622 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, 45) + VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 46) COMMIT = "" ) |
