diff options
| author | Chris Lu <chris.lu@gmail.com> | 2021-11-21 18:40:24 -0800 |
|---|---|---|
| committer | Chris Lu <chris.lu@gmail.com> | 2021-11-21 18:40:24 -0800 |
| commit | f3c789d662eeab2dcc07804cbb665752b3870d65 (patch) | |
| tree | a85f207b10b6cb66711f6019565dc6b5f1ec92bc /weed/util/constants.go | |
| parent | 9eebe9b95eaecf7aac93c60a11c021b955730927 (diff) | |
| download | seaweedfs-2.79.tar.xz seaweedfs-2.79.zip | |
2.792.79
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 f174ffe36..3513d1669 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,7 +5,7 @@ import ( ) var ( - VERSION_NUMBER = fmt.Sprintf("%.02f", 2.78) + VERSION_NUMBER = fmt.Sprintf("%.02f", 2.79) VERSION = sizeLimit + " " + VERSION_NUMBER COMMIT = "" ) |
