aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2021-07-25 22:09:09 -0700
committerChris Lu <chris.lu@gmail.com>2021-07-25 22:09:09 -0700
commit5dede5d38dfc4c5e4ca330484062b8bedd7e1405 (patch)
tree9c3598e3455dcbd3db564b683f08126c252c6f64 /weed/util/constants.go
parent35f70c51b0ff1ca71fec6c0194086329ef9e3e86 (diff)
downloadseaweedfs-5dede5d38dfc4c5e4ca330484062b8bedd7e1405.tar.xz
seaweedfs-5dede5d38dfc4c5e4ca330484062b8bedd7e1405.zip
2.602.60
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 00774a83e..2636adf45 100644
--- a/weed/util/constants.go
+++ b/weed/util/constants.go
@@ -5,7 +5,7 @@ import (
)
var (
- VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 59)
+ VERSION = fmt.Sprintf("%s %d.%02d", sizeLimit, 2, 60)
COMMIT = ""
)