aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2020-01-08 09:51:35 -0800
committerChris Lu <chris.lu@gmail.com>2020-01-08 09:51:35 -0800
commit66ab09aa4aec71fb4fc1abb64e1eea15a7cb4320 (patch)
treeb82f3e4e8b14bf957c94efb0c55d99b3f66a415c
parentf8a20ef35e58610028dc20fa14e78fd5e93ed4fb (diff)
downloadseaweedfs-66ab09aa4aec71fb4fc1abb64e1eea15a7cb4320.tar.xz
seaweedfs-66ab09aa4aec71fb4fc1abb64e1eea15a7cb4320.zip
1.491.49
-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 fc62c6950..0bf794344 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, 48)
+ VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 49)
)