diff options
| author | Konstantin Lebedev <9497591+kmlebedev@users.noreply.github.com> | 2021-05-24 12:28:19 +0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-24 12:28:19 +0500 |
| commit | 84dce32a5781268f6dbd0101e3bab65c04e0a1c7 (patch) | |
| tree | 5eb4f327c53e2525d372d19bce62984539c62e71 /weed/util/constants.go | |
| parent | bb4263352251fb7ad02cfeb7f340b5b961d0d55a (diff) | |
| parent | 359a08ecbad0b010811af367c2a2677fadfb53ae (diff) | |
| download | seaweedfs-84dce32a5781268f6dbd0101e3bab65c04e0a1c7.tar.xz seaweedfs-84dce32a5781268f6dbd0101e3bab65c04e0a1c7.zip | |
Merge branch 'master' into head_check_all_chunks
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 6a0ae3cae..c6b5c1dc5 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, 48) + VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 49) COMMIT = "" ) |
