diff options
| author | Chris Lu <chris.lu@gmail.com> | 2019-01-18 14:27:34 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2019-01-18 14:27:34 -0800 |
| commit | 8ec57e18c736aac1bd5800223c53ef32d547e993 (patch) | |
| tree | 9f65857b0a41c03251cfea1aeba82dfd7abcc8ab | |
| parent | a6bffc58f9517ccb5116b66b1cea77ea0f2abca1 (diff) | |
| download | seaweedfs-8ec57e18c736aac1bd5800223c53ef32d547e993.tar.xz seaweedfs-8ec57e18c736aac1bd5800223c53ef32d547e993.zip | |
1.231.23
| -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 cc5a85c0a..9ddf07261 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -1,5 +1,5 @@ package util const ( - VERSION = "1.22" + VERSION = "1.23" ) |
