diff options
| author | Chris Lu <chris.lu@gmail.com> | 2020-08-16 21:18:50 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2020-08-16 21:18:50 -0700 |
| commit | ff200398bbd2665146e644aaf46951950db37017 (patch) | |
| tree | 592f622b8b14b1576c4e70eb12985b6ccdf74c39 /weed/util/constants.go | |
| parent | f5d6b8b777f8f416c4a33ea86a8be8c578c9f7a4 (diff) | |
| download | seaweedfs-ff200398bbd2665146e644aaf46951950db37017.tar.xz seaweedfs-ff200398bbd2665146e644aaf46951950db37017.zip | |
1.901.90
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 69cf57216..e614a5d24 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,7 +5,7 @@ import ( ) var ( - VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 89) + VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 90) COMMIT = "" ) |
