aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants.go
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2022-03-27 16:11:17 -0700
committerchrislu <chris.lu@gmail.com>2022-03-27 16:11:17 -0700
commit0490ee87efa25ecb77b71d5f7b08d539195db8c4 (patch)
treecda5f4ea04ace4ba9e9d65e7f08d581371f26e29 /weed/util/constants.go
parent86d4c52d6e247d7237fd6196a49267fda8ea961b (diff)
downloadseaweedfs-0490ee87efa25ecb77b71d5f7b08d539195db8c4.tar.xz
seaweedfs-0490ee87efa25ecb77b71d5f7b08d539195db8c4.zip
2.962.96
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 ea10f32f5..db2e1e958 100644
--- a/weed/util/constants.go
+++ b/weed/util/constants.go
@@ -5,7 +5,7 @@ import (
)
var (
- VERSION_NUMBER = fmt.Sprintf("%.02f", 2.95)
+ VERSION_NUMBER = fmt.Sprintf("%.02f", 2.96)
VERSION = sizeLimit + " " + VERSION_NUMBER
COMMIT = ""
)