aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2019-12-14 11:28:48 -0800
committerChris Lu <chris.lu@gmail.com>2019-12-14 11:28:48 -0800
commita631b2a9e9515c026d66b97200982b017a3892be (patch)
tree15cff9126a585004f0b72553a31c1095de0e94e2
parent69ffcbdcc0b5513e1c52896e29e4e96ee96fe619 (diff)
downloadseaweedfs-a631b2a9e9515c026d66b97200982b017a3892be.tar.xz
seaweedfs-a631b2a9e9515c026d66b97200982b017a3892be.zip
1.46
-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 f0df5fd59..c9a33d2dd 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, 45)
+ VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 46)
)