diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-05-10 13:53:03 -0700 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-05-10 13:53:03 -0700 |
| commit | fe2edd4b50e2a3821ccb03ca262b4633e2e00a89 (patch) | |
| tree | caf6a6ce6405475da2bd1dc60dd6c22124053230 /weed/util | |
| parent | 55d547afecda9fc8ea7a142993798f96d0678e9e (diff) | |
| download | seaweedfs-fe2edd4b50e2a3821ccb03ca262b4633e2e00a89.tar.xz seaweedfs-fe2edd4b50e2a3821ccb03ca262b4633e2e00a89.zip | |
2.45
Diffstat (limited to 'weed/util')
| -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 ca554a9de..270cedb6f 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, 44) + VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 45) COMMIT = "" ) |
