aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Lu <chris.lu@gmail.com>2019-02-25 00:44:48 -0800
committerChris Lu <chris.lu@gmail.com>2019-02-25 00:44:48 -0800
commit344caf3cd7d2de00469a61ae3bf597b8e9bab726 (patch)
tree9a0b78c0cba2dbb7e54949cebef0fcf4d28e0045
parent7bbe24dd2857e345df84de76a844936f29a8fdc1 (diff)
downloadseaweedfs-344caf3cd7d2de00469a61ae3bf597b8e9bab726.tar.xz
seaweedfs-344caf3cd7d2de00469a61ae3bf597b8e9bab726.zip
1.251.25
-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 0f0efad86..5587d5b5b 100644
--- a/weed/util/constants.go
+++ b/weed/util/constants.go
@@ -1,5 +1,5 @@
package util
const (
- VERSION = "1.24"
+ VERSION = "1.25"
)