diff options
| author | joeslay <54322500+joeslay@users.noreply.github.com> | 2019-09-04 14:58:04 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-09-04 14:58:04 +0100 |
| commit | 6ee65356e3492b2df46b9204009a6327ff500745 (patch) | |
| tree | fcfb7878d5047b4da2b7c13b4f89e5762fcb196f /weed/util/constants.go | |
| parent | cc756ddd79608ff46839a1542c3f42d4ab8148d7 (diff) | |
| parent | d9a997cb9e57bcb858d31d91f1c62c362515166f (diff) | |
| download | seaweedfs-6ee65356e3492b2df46b9204009a6327ff500745.tar.xz seaweedfs-6ee65356e3492b2df46b9204009a6327ff500745.zip | |
Merge pull request #3 from chrislusf/master
merge seaweed master
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 36e82a480..830a85057 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,5 +5,5 @@ import ( ) var ( - VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 42) + VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 43) ) |
