aboutsummaryrefslogtreecommitdiff
path: root/weed/util/constants.go
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-03-08 22:02:34 -0700
committerChris Lu <chris.lu@gmail.com>2020-03-08 22:02:34 -0700
commitc32f95c3802df38857c7f4acf99b51cdb267134d (patch)
tree5ce9cd3f1a4fdf2a784b55651a0c182bf5866e99 /weed/util/constants.go
parent3934c69757757fd0067f4db0fb99735c1d95fb67 (diff)
downloadseaweedfs-c32f95c3802df38857c7f4acf99b51cdb267134d.tar.xz
seaweedfs-c32f95c3802df38857c7f4acf99b51cdb267134d.zip
1.591.59
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 11b6e0382..05f2f0ec8 100644
--- a/weed/util/constants.go
+++ b/weed/util/constants.go
@@ -5,5 +5,5 @@ import (
)
var (
- VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 58)
+ VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 59)
)