aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2019-04-11 19:40:36 -0700
committerChris Lu <chris.lu@gmail.com>2019-04-11 19:40:36 -0700
commit59a9e15733051ccfe36d2bb2465e29e80459809b (patch)
tree52b0aed73380c2b4c6076ec52d71fd6764e68757
parent66c609d434a88c226cd3d9e530881ceaf765ff63 (diff)
downloadseaweedfs-59a9e15733051ccfe36d2bb2465e29e80459809b.tar.xz
seaweedfs-59a9e15733051ccfe36d2bb2465e29e80459809b.zip
1.301.30
-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 aa8399523..a32811692 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, 29)
+ VERSION = fmt.Sprintf("%s %d.%d", sizeLimit, 1, 30)
)