diff options
| author | Chris Lu <chris.lu@gmail.com> | 2019-09-03 01:31:58 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2019-09-03 01:31:58 -0700 |
| commit | 89a0cb2e11bca1e044fbf6a7866a62c863af9c69 (patch) | |
| tree | 8b5fc5c6dfe475885a634011032bb2dc93068d47 | |
| parent | d361ecb23b32292caa52ebd939d0e238226141e9 (diff) | |
| download | seaweedfs-89a0cb2e11bca1e044fbf6a7866a62c863af9c69.tar.xz seaweedfs-89a0cb2e11bca1e044fbf6a7866a62c863af9c69.zip | |
1.43
| -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) ) |
