aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants.go
diff options
context:
space:
mode:
authora <eddy@gfxlabs.io>2022-04-12 14:42:29 -0700
committera <eddy@gfxlabs.io>2022-04-12 14:42:29 -0700
commit846858fb436cc061c40c4f2565ed3682e3758596 (patch)
tree28984dd19b8cdb4ddb41a4a4283cb4b6644b37a4 /weed/util/constants.go
parent41d396edc4a8cdd586e9e58cab7b725c070ca685 (diff)
parent42fea7e7d6ce0aca8474c9beba27d33f15bd4f49 (diff)
downloadseaweedfs-846858fb436cc061c40c4f2565ed3682e3758596.tar.xz
seaweedfs-846858fb436cc061c40c4f2565ed3682e3758596.zip
merge master
Diffstat (limited to 'weed/util/constants.go')
-rw-r--r--weed/util/constants.go2
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 = ""
)