diff options
| author | chrislu <chris.lu@gmail.com> | 2022-04-10 18:56:40 -0700 |
|---|---|---|
| committer | chrislu <chris.lu@gmail.com> | 2022-04-10 18:56:40 -0700 |
| commit | c6ec5269f4b34d79ab8e13050623501b8befda32 (patch) | |
| tree | 25018f97daa5ebd7731c506e35a1e872925ed9d9 /weed/util/constants.go | |
| parent | a9b4f0df040919cc2694d787430cb73a95b683bf (diff) | |
| download | seaweedfs-c6ec5269f4b34d79ab8e13050623501b8befda32.tar.xz seaweedfs-c6ec5269f4b34d79ab8e13050623501b8befda32.zip | |
2.982.98
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 41482490c..14f3a0b91 100644 --- a/weed/util/constants.go +++ b/weed/util/constants.go @@ -5,7 +5,7 @@ import ( ) var ( - VERSION_NUMBER = fmt.Sprintf("%.02f", 2.97) + VERSION_NUMBER = fmt.Sprintf("%.02f", 2.98) VERSION = sizeLimit + " " + VERSION_NUMBER COMMIT = "" ) |
