diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-04-30 03:14:07 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-04-30 03:14:07 -0700 |
| commit | 84312e679957a5107735136a731862c7dd297ba7 (patch) | |
| tree | 7128833b8a2454aacb14a636b1037d8bffa2bf56 /weed/util/constants.go | |
| parent | 8db58450a0931267a1821f294bd3a3fe44ff1715 (diff) | |
| download | seaweedfs-84312e679957a5107735136a731862c7dd297ba7.tar.xz seaweedfs-84312e679957a5107735136a731862c7dd297ba7.zip | |
2.42
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 c595f0c53..cdd5d41fc 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, 41) + VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 42) COMMIT = "" ) |
