aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants.go
diff options
context:
space:
mode:
authorchrislu <chris.lu@gmail.com>2022-05-31 11:57:41 -0700
committerchrislu <chris.lu@gmail.com>2022-05-31 11:57:41 -0700
commit8a49240d64f5e53f119e58b923c3a6b25e85b37b (patch)
tree6678a6eb8d6f1a8a58e7191ec6b0f918e2771d73 /weed/util/constants.go
parent376b005ad3357a26a40d4e75b793ca89fc866b9e (diff)
downloadseaweedfs-8a49240d64f5e53f119e58b923c3a6b25e85b37b.tar.xz
seaweedfs-8a49240d64f5e53f119e58b923c3a6b25e85b37b.zip
3.083.08
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 d1e5609b6..ecbdc52c3 100644
--- a/weed/util/constants.go
+++ b/weed/util/constants.go
@@ -5,7 +5,7 @@ import (
)
var (
- VERSION_NUMBER = fmt.Sprintf("%.02f", 3.07)
+ VERSION_NUMBER = fmt.Sprintf("%.02f", 3.08)
VERSION = sizeLimit + " " + VERSION_NUMBER
COMMIT = ""
)