aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants.go
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2022-07-11 00:50:07 -0700
committerchrislu <chris.lu@gmail.com>2022-07-11 00:50:07 -0700
commit93ccc6e05ffaefd0e6cdd2141e43f72ccca582d1 (patch)
treed6b39d916a2e877ba639aa99aaed3e444d443e2f /weed/util/constants.go
parentf87952a411339f2404cac2e771e6ae16644b97ca (diff)
downloadseaweedfs-93ccc6e05ffaefd0e6cdd2141e43f72ccca582d1.tar.xz
seaweedfs-93ccc6e05ffaefd0e6cdd2141e43f72ccca582d1.zip
3.15
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 7448fad62..8438624bf 100644
--- a/weed/util/constants.go
+++ b/weed/util/constants.go
@@ -5,7 +5,7 @@ import (
)
var (
- VERSION_NUMBER = fmt.Sprintf("%.02f", 3.14)
+ VERSION_NUMBER = fmt.Sprintf("%.02f", 3.15)
VERSION = sizeLimit + " " + VERSION_NUMBER
COMMIT = ""
)