diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-11-14 23:29:59 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-11-14 23:29:59 -0800 |
| commit | 100c654ec3b00783ec1cdf8fa71f31a63d584210 (patch) | |
| tree | 368072783527deead2c630f1aa0d648afd1c2561 /weed/util/constants.go | |
| parent | 947fe4cc97abe1e7d166bb8efb8e01e54e09ae5c (diff) | |
| download | seaweedfs-2.78.tar.xz seaweedfs-2.78.zip | |
2.782.78
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 012fa7eb9..f174ffe36 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,7 +5,7 @@ import ( ) var ( - VERSION_NUMBER = fmt.Sprintf("%.02f", 2.77) + VERSION_NUMBER = fmt.Sprintf("%.02f", 2.78) VERSION = sizeLimit + " " + VERSION_NUMBER COMMIT = "" ) |
